From 541e0a8348fe13440de438fde50337aa85ac440c Mon Sep 17 00:00:00 2001 From: SheetJS Date: Sun, 21 Aug 2022 15:43:30 -0400 Subject: [PATCH] azure --- .spelling | 14 + Makefile | 4 + docz/docs/02-getting-started/02-example.mdx | 16 +- docz/docs/03-demos/03-database.md | 8 +- docz/docs/03-demos/08-ml.mdx | 8 +- docz/docs/03-demos/09-bundler.md | 22 +- docz/docs/03-demos/25-azure.md | 277 ++++++++++++++++++++ docz/docs/03-demos/index.md | 4 +- docz/static/requirejs/requirejs.html | 2 +- 9 files changed, 325 insertions(+), 30 deletions(-) create mode 100644 docz/docs/03-demos/25-azure.md diff --git a/.spelling b/.spelling index e0370dd..e326155 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 89877b8..5433426 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 e3c307c..7e84ca9 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 (