Skip to content

Commit 1a8f972

Browse files
committed
demo refresh [ci skip]
1 parent d026500 commit 1a8f972

File tree

132 files changed

+3157
-1884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+3157
-1884
lines changed

Diff for: .spelling

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com
2+
SheetJS
3+
js-xlsx
4+
xls
5+
xlsb
6+
xlsx
7+
8+
# Excel-related terms
9+
A1-style
10+
AutoFilter
11+
ECMA-376
12+
FoxPro
13+
Multiplan
14+
OData
15+
OpenDocument
16+
OpenFormula
17+
PivotTable
18+
Quattro
19+
SpreadsheetML
20+
Unhide
21+
Visicalc
22+
chartsheet
23+
chartsheets
24+
dBASE
25+
tooltip
26+
tooltips
27+
28+
# Third-party
29+
Browserify
30+
CDNjs
31+
CommonJS
32+
ExtendScript
33+
FileSaver
34+
JavaScriptCore
35+
NPM
36+
Nuxt.js
37+
RequireJS
38+
Rollup
39+
SystemJS
40+
VueJS
41+
iOS
42+
nodejs
43+
npm
44+
unpkg
45+
webpack
46+
weex
47+
48+
# Other terms
49+
APIs
50+
Base64
51+
Booleans
52+
JS
53+
README
54+
UTF-16
55+
XHR
56+
XMLHttpRequest
57+
bundlers
58+
cleanroom
59+
config
60+
customizable
61+
datagrid
62+
deduplication
63+
embeddable
64+
filesystem
65+
javascript
66+
metadata
67+
natively
68+
prepend
69+
prepended
70+
repo
71+
runtime
72+
submodule
73+
transpiled
74+
75+
- demos/altjs/README.md
76+
ChakraCore
77+
Duktape
78+
Nashorn
79+
80+
- demos/angular/README.md
81+
angular-ui-grid
82+
ui-grid
83+
84+
- demos/angular2/README.md
85+
angular-cli
86+
87+
- demos/extendscript/README.md
88+
Photoshop
89+
minifier
90+
91+
- demos/headless/README.md
92+
PhantomJS
93+
SlimerJS
94+
wkhtmltopdf
95+
96+
- demos/nwjs/README.md
97+
NW.js
98+
99+
- demos/react/README.md
100+
Next.js
101+
Preact
102+
103+
- demos/server/README.md
104+
hapi
105+
106+
- demos/xhr/README.md
107+
axios
108+
superagent
109+

Diff for: Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,13 @@ book: readme graph ## Update summary for documentation
209209
markdown-toc README.md | sed 's/(#/(README.md#/g'>> misc/docs/SUMMARY.md
210210
<README.md grep -vE "(details|summary)>" > misc/docs/README.md
211211

212+
DEMOMDS=$(sort $(wildcard demos/*/README.md))
213+
MDLINT=$(DEMODS) $(READEPS) demos/README.md
214+
.PHONY: mdlint
215+
mdlint: $(MDLINT) ## Check markdown documents
216+
alex $^
217+
mdspell -a -n -x -r --en-us $^
218+
212219
.PHONY: help
213220
help:
214221
@grep -hE '(^[a-zA-Z_-][ a-zA-Z_-]*:.*?|^#[#*])' $(MAKEFILE_LIST) | bash misc/help.sh

0 commit comments

Comments
 (0)