https://github.com/securedeveloper/javascript-excel
A lightweight library to build excel sheet with JavaScript
https://github.com/securedeveloper/javascript-excel
excel excel-api excelparser javascript-excel javascript-xlsx js-excel js-xlsx
Last synced: 6 days ago
JSON representation
A lightweight library to build excel sheet with JavaScript
- Host: GitHub
- URL: https://github.com/securedeveloper/javascript-excel
- Owner: securedeveloper
- License: mit
- Created: 2018-09-12T13:44:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:38:07.000Z (over 3 years ago)
- Last Synced: 2025-10-01T16:24:59.852Z (9 months ago)
- Topics: excel, excel-api, excelparser, javascript-excel, javascript-xlsx, js-excel, js-xlsx
- Language: TypeScript
- Size: 1.15 MB
- Stars: 57
- Watchers: 6
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JavaScript-Excel [WIP]
A lightweight Excel file build API built with :heart:, powered by `JavaScript`
[](https://badge.fury.io/js/javascript-excel)
[](https://david-dm.org/securedeveloper/javascript-excel)
[](https://david-dm.org/securedeveloper/javascript-excel?type=dev)
[](https://circleci.com/gh/securedeveloper/javascript-excel)
[](https://snyk.io/test/github/securedeveloper/javascript-excel?targetFile=package.json)
[](https://codecov.io/gh/securedeveloper/javascript-excel)
## Installation
With [npm](https://www.npmjs.org/package/javascript-excel):
```sh
npm install javascript-excel --save
```