Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egeriis/zipcelx
Turns JSON data into `.xlsx` files in the browser
https://github.com/egeriis/zipcelx
client excel javascript parser
Last synced: 3 days ago
JSON representation
Turns JSON data into `.xlsx` files in the browser
- Host: GitHub
- URL: https://github.com/egeriis/zipcelx
- Owner: egeriis
- License: mit
- Created: 2017-02-22T16:04:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:28:42.000Z (about 2 years ago)
- Last Synced: 2024-05-28T14:05:06.368Z (8 months ago)
- Topics: client, excel, javascript, parser
- Language: JavaScript
- Homepage:
- Size: 518 KB
- Stars: 289
- Watchers: 13
- Forks: 89
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
zipcelx
=======Generate XLSX files in the browser, with minimal footprint. The vision is to provide the smallest possible package for generating valid XLSX files in the browser.
If you're looking for advanced functionality, [js-xlsx](https://github.com/SheetJS/js-xlsx) is a solid choice.
## Table of contents
1. [How to use](https://github.com/dixieio/zipcelx/wiki/How-to-use)
2. [The config object](https://github.com/dixieio/zipcelx/wiki/The-config-object)
3. [Contributing](https://github.com/dixieio/zipcelx/wiki/Contributing)## Issues
Should it happen that the tool broke down on you please head to our [Issue tracker](https://github.com/dixieio/zipcelx/issues)
1. Search if the issue is already discussed or explained.
2. If no luck feel free to open a new issue and we will get back to you as soon as possible.