SheetJS Community Edition Docs repo https://docs.sheetjs.com
Go to file
SheetJS aa252651d5 WPS 电子表格 2022-10-20 20:10:10 -04:00
docbits 0.18.7 2022-05-11 17:03:03 -04:00
docz WPS 电子表格 2022-10-20 20:10:10 -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 wsl 2022-05-16 23:19:39 -04:00
.spelling gsheet 2022-10-09 21:42:23 -04:00
CNAME Create CNAME 2020-01-27 23:39:02 -05:00
Makefile docusaurus 2022-09-04 20:40:51 -04:00
README.md sqlite 2022-08-26 15:21:53 -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 0.18.7 2022-05-11 17:03:03 -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>