2017-04-21 22:02:02 +00:00
|
|
|
# [SheetJS js-xlsx](http://sheetjs.com)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
|
|
|
Parser and writer for various spreadsheet formats. Pure-JS cleanroom
|
|
|
|
implementation from official specifications, related documents, and test files.
|
|
|
|
Emphasis on parsing and writing robustness, cross-format feature compatibility
|
|
|
|
with a unified JS representation, and ES3/ES5 browser compatibility back to IE6.
|
|
|
|
|
2017-04-20 03:24:48 +00:00
|
|
|
This is the community version. We also offer a pro version with performance
|
|
|
|
enhancements and additional features by request.
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2017-04-20 03:24:48 +00:00
|
|
|
[**Pro Version**](http://sheetjs.com/pro)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2017-04-20 03:24:48 +00:00
|
|
|
[**Commercial Support**](http://sheetjs.com/support)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2017-04-26 02:27:12 +00:00
|
|
|
[**Rendered Documentation**](https://sheetjs.gitbooks.io/docs/)
|
|
|
|
|
2017-04-20 03:24:48 +00:00
|
|
|
[**In-Browser Demos**](http://sheetjs.com/demos)
|
|
|
|
|
|
|
|
[**Source Code**](http://git.io/xlsx)
|
|
|
|
|
2017-03-20 09:02:25 +00:00
|
|
|
[**File format support for known spreadsheet data formats:**](#file-formats)
|
|
|
|
|
|
|
|
![circo graph of format support](formats.png)
|
|
|
|
|
2017-04-03 00:16:03 +00:00
|
|
|
![graph legend](legend.png)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
|
|
|
|