From d6f964ca26f3bdb6baec79edc92af9fabbd2b876 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 7 Oct 2024 17:41:19 -0400 Subject: [PATCH] salesforce sluggishness --- .../01-installation/01-standalone.mdx | 15 +-- .../01-installation/02-frameworks.md | 3 +- .../02-examples/06-loader.md | 45 +++---- docz/docs/03-demos/12-static/05-vitejs.md | 2 +- docz/docs/03-demos/12-static/08-nextjs.md | 2 +- docz/docs/03-demos/17-mobile/03-quasar.md | 2 +- docz/docs/03-demos/30-cloud/01-salesforce.md | 127 ++++++++++++------ docz/docs/03-demos/32-extensions/10-stata.md | 54 ++++---- docz/docs/07-csf/07-features/03-hyperlinks.md | 2 +- docz/docs/07-csf/07-features/06-nf.md | 23 ++++ docz/docs/07-csf/07-features/12-props.md | 4 +- docz/docs/09-miscellany/01-formats.md | 23 +++- docz/docs/12-constellation/01-ssf.md | 3 +- .../12-constellation/02-frac/_category_.json | 4 + .../{02-frac.md => 02-frac/index.md} | 59 ++++---- docz/docs/12-constellation/11-crc32.md | 3 +- docz/docs/12-constellation/15-xlsx-cli.md | 2 +- docz/docs/12-constellation/21-dta.md | 2 +- docz/docs/index.md | 2 +- docz/static/salesforce/l2c.png | Bin 0 -> 27903 bytes docz/static/salesforce/lws.png | Bin 0 -> 25421 bytes docz/static/salesforce/version.png | Bin 66268 -> 23890 bytes 22 files changed, 243 insertions(+), 134 deletions(-) create mode 100644 docz/docs/12-constellation/02-frac/_category_.json rename docz/docs/12-constellation/{02-frac.md => 02-frac/index.md} (65%) create mode 100644 docz/static/salesforce/l2c.png create mode 100644 docz/static/salesforce/lws.png diff --git a/docz/docs/02-getting-started/01-installation/01-standalone.mdx b/docz/docs/02-getting-started/01-installation/01-standalone.mdx index 2720673..50a8897 100644 --- a/docz/docs/02-getting-started/01-installation/01-standalone.mdx +++ b/docz/docs/02-getting-started/01-installation/01-standalone.mdx @@ -50,14 +50,13 @@ reading and writing many spreadsheet formats. `xlsx.mini.min.js` is a slimmer build that omits the following features: - CSV and SYLK encodings (directly affecting users outside of the United States) -- XLSB / XLS / Lotus 1-2-3 / SpreadsheetML 2003 / Numbers file formats +- XLSB / XLS / Lotus 1-2-3 / SpreadsheetML 2003 / Apple Numbers file formats - [Stream utility functions](/docs/api/stream)
How to integrate the mini build (click to show) -Replace references to `xlsx.full.min.js` with `xlsx.mini.min.js`. Starting from -scratch, a single script tag should be added at the top of the HTML page: +A single script tag should be added at the top of the HTML page: {`\ @@ -76,7 +75,7 @@ strongly recommended. Vendoring decouples websites from SheetJS infrastructure. 2) Move the script to a `public` folder with other scripts. -3) Reference the local script from HTML pages: +3) Reference the vendored script from HTML pages: ```html @@ -132,9 +131,9 @@ that do not exfiltrate data. ::: -The type checker integrated in VSCodium and VSCode do not currently provide type -hints when using the standalone build. Using the JSDoc `@type` directive coupled -with type imports, VSCodium will recognize the types: +The type checker integrated in VSCodium and VSCode does not currently provide +type hints when using the standalone build. Using the JSDoc `@type` directive +coupled with type imports, VSCodium will recognize the types: ![VSCodium types](pathname:///files/standalone-types.png) @@ -183,7 +182,7 @@ JSDoc types using the `@import` directive are not supported in `