https://github.com/sheetjs/docs.sheetjs.com
SheetJS Community Edition Docs repo
https://github.com/sheetjs/docs.sheetjs.com
Last synced: 4 days ago
JSON representation
SheetJS Community Edition Docs repo
- Host: GitHub
- URL: https://github.com/sheetjs/docs.sheetjs.com
- Owner: SheetJS
- Created: 2020-01-28T04:37:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T05:01:55.000Z (almost 3 years ago)
- Last Synced: 2025-07-21T13:40:02.367Z (7 months ago)
- Language: HTML
- Homepage: https://docs.sheetjs.com
- Size: 30.5 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SheetJS CE Docs
Hosted URL:
## Development
`docz/version.js` exports a version number for use in docs pages.
Build commands:
```bash
$ 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!**
is loaded
on each page, making the `XLSX` variable available to live blocks.
Specific pages can load scripts using the `head` component:
```html
```