diff --git a/.spelling b/.spelling index e0370dde..e326155d 100644 --- a/.spelling +++ b/.spelling @@ -23,12 +23,18 @@ SpreadsheetML Unhide VBA Visicalc +Chartsheet chartsheet +Chartsheets chartsheets +Dialogsheet dialogsheet +Dialogsheets dialogsheets dBASE +Macrosheet macrosheet +Macrosheets macrosheets tooltip tooltips @@ -192,3 +198,11 @@ vscode-data-preview axios superagent +LLC +Bundlers +JSON +QPW +XLML +XLS +XLSB +XLSX diff --git a/Makefile b/Makefile index 89877b81..54334264 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,10 @@ build: serve: cd docs; python -mSimpleHTTPServer || python3 -mhttp.server; cd - +.PHONY: spell +spell: + npx spellchecker-cli -d .spelling -f 'docz/**/*.md*' + .PHONY: index index: readme ## Rebuild site sed -i .bak 's/](d/](https:\/\/github.com\/SheetJS\/SheetJS\/tree\/master\/d/g' README.md diff --git a/docz/docs/02-getting-started/02-example.mdx b/docz/docs/02-getting-started/02-example.mdx index e3c307ce..7e84ca99 100644 --- a/docz/docs/02-getting-started/02-example.mdx +++ b/docz/docs/02-getting-started/02-example.mdx @@ -18,8 +18,8 @@ and birthdays. [Click here](#live-demo) to jump to the live demo ### Raw Data -[The raw data is available in JSON form](https://theunitedstates.io/congress-legislators/executive.json). -For convenience, it has been [mirrored here](https://sheetjs.com/executive.json) +[The raw data is available in JSON form](https://theunitedstates.io/congress-legislators/data/executive.json). +For convenience, it has been [mirrored here](https://sheetjs.com/data/executive.json) The data result is an Array of objects. This is the data for John Adams: @@ -165,7 +165,7 @@ XLSX.writeFile(workbook, "Presidents.xlsx"); ```jsx live function Presidents() { return (