sheetjs/README.md

42 lines
1.5 KiB
Markdown
Raw Permalink 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!
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)
2023-12-05 08:19:42 +00:00
## Constellation
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
2023-12-05 08:19:42 +00:00
- [`xlsx-cli`](packages/xlsx-cli): NodeJS command-line tool for processing files
- [`cfb`](https://git.sheetjs.com/SheetJS/js-cfb): Container (OLE/ZIP) file
processing library
2023-12-05 08:19:42 +00:00
- [`codepage`](https://git.sheetjs.com/SheetJS/js-codepage): Legacy text
encodings for XLS and other legacy spreadsheet formats
2023-12-05 08:19:42 +00:00
- [`dta`](packages/dta): Stata DTA file processor
2023-12-05 08:19:42 +00:00
- [`test_files`](https://github.com/sheetjs/test_files): Test files and various
plaintext baselines.
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.