sheetjs/demos/xspreadsheet/README.md

19 lines
830 B
Markdown
Raw Normal View History

2020-03-23 01:57:53 +00:00
# x-spreadsheet
The `sheet_to_json` utility function generates output arrays suitable for use
with other JS libraries such as data grids for previewing data. With a familiar
UI, [`x-spreadsheet`](https://myliang.github.io/x-spreadsheet/) is an excellent
choice for developers looking for a modern editor.
[The new docs](https://docs.sheetjs.com/docs/demos/grid/#x-spreadsheet)
include more detail and examples.
2020-03-23 01:57:53 +00:00
The original demo is available at <https://docs.sheetjs.com/xspreadsheet/>
2020-03-23 01:57:53 +00:00
A hosted version of the `xlsxspread.js` script is available on the SheetJS CDN:
2020-03-23 01:57:53 +00:00
- <https://cdn.sheetjs.com/xspreadsheet/xlsxspread.js> original script
- <https://cdn.sheetjs.com/xspreadsheet/xlsxspread.min.js> minified
2020-03-23 01:57:53 +00:00
[![Analytics](https://ga-beacon.appspot.com/UA-36810333-1/SheetJS/js-xlsx?pixel)](https://github.com/SheetJS/js-xlsx)