2021-08-11 02:53:38 +00:00
|
|
|
# [SheetJS](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
|
2018-05-21 01:41:01 +00:00
|
|
|
enhancements, additional features like styling, and dedicated support.
|
2017-05-09 18:07:57 +00:00
|
|
|
|
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-07-27 20:07:51 +00:00
|
|
|
[**Rendered Documentation**](http://docs.sheetjs.com/)
|
2017-04-26 02:27:12 +00:00
|
|
|
|
2017-04-20 03:24:48 +00:00
|
|
|
[**In-Browser Demos**](http://sheetjs.com/demos)
|
|
|
|
|
|
|
|
[**Source Code**](http://git.io/xlsx)
|
|
|
|
|
2019-11-15 02:01:30 +00:00
|
|
|
[**Issues and Bug Reports**](https://github.com/sheetjs/sheetjs/issues)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2017-05-09 18:07:57 +00:00
|
|
|
[**File format support for known spreadsheet data formats:**](#file-formats)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2017-04-30 20:37:53 +00:00
|
|
|
<details>
|
2017-09-24 23:40:09 +00:00
|
|
|
<summary><b>Graph of supported formats</b> (click to show)</summary>
|
2017-05-09 18:07:57 +00:00
|
|
|
|
|
|
|
![circo graph of format support](formats.png)
|
2017-04-30 20:37:53 +00:00
|
|
|
|
2017-04-03 00:16:03 +00:00
|
|
|
![graph legend](legend.png)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2017-04-30 20:37:53 +00:00
|
|
|
</details>
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2019-11-15 02:01:30 +00:00
|
|
|
[**Browser Test**](http://oss.sheetjs.com/sheetjs/tests/)
|
2017-05-09 18:07:57 +00:00
|
|
|
|
|
|
|
[![Build Status](https://saucelabs.com/browser-matrix/sheetjs.svg)](https://saucelabs.com/u/sheetjs)
|
|
|
|
|
2019-11-15 02:01:30 +00:00
|
|
|
[![Build Status](https://semaphoreci.com/api/v1/sheetjs/sheetjs/branches/master/shields_badge.svg)](https://semaphoreci.com/sheetjs/sheetjs)
|
|
|
|
[![Coverage Status](http://img.shields.io/coveralls/SheetJS/sheetjs/master.svg)](https://coveralls.io/r/SheetJS/sheetjs?branch=master)
|
|
|
|
[![Dependencies Status](https://david-dm.org/sheetjs/sheetjs/status.svg)](https://david-dm.org/sheetjs/sheetjs)
|
2017-09-24 23:40:09 +00:00
|
|
|
[![npm Downloads](https://img.shields.io/npm/dt/xlsx.svg)](https://npmjs.org/package/xlsx)
|
2019-11-15 02:01:30 +00:00
|
|
|
[![Analytics](https://ga-beacon.appspot.com/UA-36810333-1/SheetJS/sheetjs?pixel)](https://github.com/SheetJS/sheetjs)
|
2017-05-09 18:07:57 +00:00
|
|
|
|