SheetJS Community Edition Docs repo https://docs.sheetjs.com
Go to file
SheetJS fbf32ffb0a content-type 2023-09-02 05:26:57 -04:00
docbits 0.18.7 2022-05-11 17:03:03 -04:00
docz content-type 2023-09-02 05:26:57 -04:00
misc WPS 电子表格 2022-10-20 20:10:10 -04:00
.gitattributes excel javascript api 2022-05-30 22:53:56 -04:00
.gitignore v8 2023-05-20 22:11:51 -04:00
.spelling eleventy 2023-05-07 09:58:36 -04:00
CNAME Create CNAME 2020-01-27 23:39:02 -05:00
Makefile chakra-linux 2023-07-06 03:21:41 -04:00
README.md quick 2023-06-19 21:21:34 -04:00
_headers content-type 2023-09-02 05:26:57 -04:00
formats.png WPS 电子表格 2022-10-20 20:10:10 -04:00
index.html 0.18.7 2022-05-11 17:03:03 -04:00
legend.png WPS 电子表格 2022-10-20 20:10:10 -04:00
package.json chakra-linux 2023-07-06 03:21:41 -04:00

SheetJS CE Docs

Hosted URL: https://docs.sheetjs.com

Development

docz/version.js exports a version number for use in docs pages.

Build commands:

$ make init    # install dependencies
$ make         # build static site
$ make serve   # serve static site

$ make dev     # run dev server
$ make spell   # spell check (.spelling custom dictionary)
$ make graph   # build format graph and legend

Live Demos

Imports do not work from live codeblocks!

https://cdn.sheetjs.com/xlsx-latest/package/dist/xlsx.full.min.js is loaded on each page, making the XLSX variable available to live blocks.

Specific pages can load scripts using the head component:

<head>
  <script src="https://cdn.sheetjs.com/xspreadsheet/xlsxspread.min.js"></script>
</head>

Other Notes

src/theme/Admonition was swizzled from 2.4.1 to address Docusaurus issue 8568