sheetjs/README.md

47 lines
2.1 KiB
Markdown
Raw Normal View History

2021-09-09 02:58:44 +00:00
# [SheetJS](https://sheetjs.com)
2012-12-04 19:27:20 +00:00
The SheetJS Community Edition offers battle-tested open-source solutions for
extracting useful data from almost any complex spreadsheet and generating new
spreadsheets that will work with legacy and modern software alike.
[SheetJS Pro](https://sheetjs.com/pro) offers solutions beyond data processing:
Edit complex templates with ease; let out your inner Picasso with styling; make
custom sheets with images/graphs/PivotTables; evaluate formula expressions and
port calculations to web apps; automate common spreadsheet tasks, and much more!
[![License](https://img.shields.io/github/license/SheetJS/sheetjs)](https://github.com/SheetJS/sheetjs/blob/master/LICENSE)
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)
[![Snyk Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/SheetJS/sheetjs)](https://snyk.io/test/github/SheetJS/sheetjs)
2022-06-06 23:05:27 +00:00
[![npm Downloads](https://img.shields.io/npm/dm/xlsx.svg)](https://cdn.sheetjs.com/)
[![GitHub Repo stars](https://img.shields.io/github/stars/SheetJS/sheetjs?style=social)](https://github.com/SheetJS/sheetjs)
[![Analytics](https://ga-beacon.appspot.com/UA-36810333-1/SheetJS/sheetjs?pixel)](https://github.com/SheetJS/sheetjs)
2022-05-16 03:37:09 +00:00
[![Build Status](https://saucelabs.com/browser-matrix/sheetjs.svg)](https://saucelabs.com/u/sheetjs)
2022-05-16 03:37:09 +00:00
## Documentation
2022-05-16 03:37:09 +00:00
- [API and Usage Documentation](https://docs.sheetjs.com)
2022-05-16 03:37:09 +00:00
- [Downloadable Scripts and Modules](https://cdn.sheetjs.com)
2022-05-16 03:37:09 +00:00
## Related Projects
2022-06-06 23:05:27 +00:00
- <https://oss.sheetjs.com/notes/>: File Format Notes
2022-05-16 03:37:09 +00:00
- [`ssf`](packages/ssf): Format data using ECMA-376 spreadsheet format codes
2022-05-16 03:37:09 +00:00
- [`xlsx-cli`](packages/xlsx-cli/): NodeJS command-line tool for processing files
2022-06-06 23:05:27 +00:00
- [`test_files`](https://github.com/SheetJS/test_files): Sample spreadsheets
2022-05-16 03:37:09 +00:00
- [`cfb`](https://github.com/SheetJS/js-cfb): Container (OLE/ZIP) format library
2022-05-16 03:37:09 +00:00
- [`codepage`](https://github.com/SheetJS/js-codepage): Legacy text encodings
2012-12-04 19:27:20 +00:00
## License
Please consult the attached LICENSE file for details. All rights not explicitly
granted by the Apache 2.0 License are reserved by the Original Author.