Skip to content

shreyventure/docs.sheetjs.com

 
 

Repository files navigation

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>

About

SheetJS Community Edition Docs repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.4%
  • JavaScript 4.6%
  • TypeScript 1.1%
  • Vue 0.7%
  • Swift 0.4%
  • Svelte 0.3%
  • Other 0.5%