2021-09-09 02:58:44 +00:00
|
|
|
# [SheetJS](https://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
|
|
|
|
2021-09-10 08:47:23 +00:00
|
|
|
Community Translations of this README:
|
|
|
|
|
|
|
|
- [Simplified Chinese](https://github.com/rockboom/SheetJS-docs-zh-CN)
|
|
|
|
|
|
|
|
|
2021-09-09 02:58:44 +00:00
|
|
|
[**Pro Version**](https://sheetjs.com/pro)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2021-09-09 02:58:44 +00:00
|
|
|
[**Commercial Support**](https://sheetjs.com/support)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2021-09-09 02:58:44 +00:00
|
|
|
[**Rendered Documentation**](https://docs.sheetjs.com/)
|
2017-04-26 02:27:12 +00:00
|
|
|
|
2021-09-09 02:58:44 +00:00
|
|
|
[**In-Browser Demos**](https://sheetjs.com/demos)
|
2017-04-20 03:24:48 +00:00
|
|
|
|
2021-09-09 02:58:44 +00:00
|
|
|
[**Source Code**](https://git.io/xlsx)
|
2017-04-20 03:24:48 +00:00
|
|
|
|
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
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
![License](https://img.shields.io/github/license/SheetJS/sheetjs)
|
2021-10-13 07:20:25 +00:00
|
|
|
[![Build Status](https://img.shields.io/github/workflow/status/sheetjs/sheetjs/Tests:%20node.js)](https://github.com/SheetJS/sheetjs/actions)
|
2021-09-26 22:51:19 +00:00
|
|
|
[![Snyk Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/SheetJS/sheetjs)](https://snyk.io/test/github/SheetJS/sheetjs)
|
|
|
|
[![npm Downloads](https://img.shields.io/npm/dm/xlsx.svg)](https://npmjs.org/package/xlsx)
|
|
|
|
[![jsDelivr Downloads](https://data.jsdelivr.com/v1/package/npm/xlsx/badge)](https://www.jsdelivr.com/package/npm/xlsx)
|
|
|
|
[![Analytics](https://ga-beacon.appspot.com/UA-36810333-1/SheetJS/sheetjs?pixel)](https://github.com/SheetJS/sheetjs)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
[**Browser Test and Support Matrix**](https://oss.sheetjs.com/sheetjs/tests/)
|
2017-05-09 18:07:57 +00:00
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
[![Build Status](https://saucelabs.com/browser-matrix/sheetjs.svg)](https://saucelabs.com/u/sheetjs)
|
2017-04-30 20:37:53 +00:00
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
**Supported File Formats**
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
![circo graph of format support](formats.png)
|
2017-03-20 09:02:25 +00:00
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
<details><summary><b>Diagram Legend</b> (click to show)</summary>
|
2017-05-09 18:07:57 +00:00
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
![graph legend](legend.png)
|
2017-05-09 18:07:57 +00:00
|
|
|
|
2021-09-26 22:51:19 +00:00
|
|
|
</details>
|
2017-05-09 18:07:57 +00:00
|
|
|
|