SheetJS Community Edition Docs repo
Go to file
2023-02-14 20:03:19 -05:00
docbits
docz rhino 2023-02-14 20:03:19 -05:00
misc WPS 电子表格 2022-10-20 20:10:10 -04:00
.gitattributes
.gitignore stream 2022-10-31 00:47:55 -04:00
.spelling gatsby 2022-11-11 03:53:04 -05:00
CNAME
formats.png WPS 电子表格 2022-10-20 20:10:10 -04:00
index.html
legend.png WPS 电子表格 2022-10-20 20:10:10 -04:00
Makefile abslinks 2022-10-30 01:45:37 -04:00
package.json
README.md sqlite 2022-08-26 15:21:53 -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>