00_intro.md 2.1 KB
Newer Older
S
SheetJS 已提交
1
# [SheetJS js-xlsx](http://sheetjs.com)
S
SheetJS 已提交
2 3 4 5 6 7

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.

S
SheetJS 已提交
8
This is the community version.  We also offer a pro version with performance
S
SheetJS 已提交
9 10
enhancements, additional features by request, and dedicated support.

S
SheetJS 已提交
11

S
SheetJS 已提交
12
[**Pro Version**](http://sheetjs.com/pro)
S
SheetJS 已提交
13

S
SheetJS 已提交
14
[**Commercial Support**](http://sheetjs.com/support)
S
SheetJS 已提交
15

S
SheetJS 已提交
16 17
[**Rendered Documentation**](https://sheetjs.gitbooks.io/docs/)

S
SheetJS 已提交
18 19 20 21
[**In-Browser Demos**](http://sheetjs.com/demos)

[**Source Code**](http://git.io/xlsx)

S
SheetJS 已提交
22
[**Issues and Bug Reports**](https://github.com/sheetjs/js-xlsx/issues)
S
SheetJS 已提交
23

S
SheetJS 已提交
24 25 26
[**Other General Support Issues**](https://discourse.sheetjs.com)

[**File format support for known spreadsheet data formats:**](#file-formats)
S
SheetJS 已提交
27

28
<details>
S
SheetJS 已提交
29 30 31
	<summary><b>Graph of supported formats</b> (click to show)</summary>

![circo graph of format support](formats.png)
32

S
TXT/PRN  
SheetJS 已提交
33
![graph legend](legend.png)
S
SheetJS 已提交
34

35
</details>
S
SheetJS 已提交
36

S
SheetJS 已提交
37 38 39 40 41 42 43 44 45 46 47 48
[**Browser Test**](http://oss.sheetjs.com/js-xlsx/tests/)

[![Build Status](https://saucelabs.com/browser-matrix/sheetjs.svg)](https://saucelabs.com/u/sheetjs)

[![Build Status](https://travis-ci.org/SheetJS/js-xlsx.svg?branch=master)](https://travis-ci.org/SheetJS/js-xlsx)
[![Build Status](https://semaphoreci.com/api/v1/sheetjs/js-xlsx/branches/master/shields_badge.svg)](https://semaphoreci.com/sheetjs/js-xlsx)
[![Coverage Status](http://img.shields.io/coveralls/SheetJS/js-xlsx/master.svg)](https://coveralls.io/r/SheetJS/js-xlsx?branch=master)
[![Dependencies Status](https://david-dm.org/sheetjs/js-xlsx/status.svg)](https://david-dm.org/sheetjs/js-xlsx)
[![NPM Downloads](https://img.shields.io/npm/dt/xlsx.svg)](https://npmjs.org/package/xlsx)
[![ghit.me](https://ghit.me/badge.svg?repo=sheetjs/js-xlsx)](https://ghit.me/repo/sheetjs/js-xlsx)
[![Analytics](https://ga-beacon.appspot.com/UA-36810333-1/SheetJS/js-xlsx?pixel)](https://github.com/SheetJS/js-xlsx)