An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# JavaScript-Excel [WIP]
A lightweight Excel file build API built with :heart:, powered by `JavaScript`

[![npm version](https://badge.fury.io/js/javascript-excel.svg)](https://badge.fury.io/js/javascript-excel)
[![dependencies Status](https://david-dm.org/securedeveloper/javascript-excel/status.svg)](https://david-dm.org/securedeveloper/javascript-excel)
[![devDependencies Status](https://david-dm.org/securedeveloper/javascript-excel/dev-status.svg)](https://david-dm.org/securedeveloper/javascript-excel?type=dev)
[![CircleCI](https://circleci.com/gh/securedeveloper/javascript-excel.svg?style=svg)](https://circleci.com/gh/securedeveloper/javascript-excel)
[![Known Vulnerabilities](https://snyk.io/test/github/securedeveloper/javascript-excel/badge.svg?targetFile=package.json)](https://snyk.io/test/github/securedeveloper/javascript-excel?targetFile=package.json)
[![codecov](https://codecov.io/gh/securedeveloper/javascript-excel/branch/master/graph/badge.svg)](https://codecov.io/gh/securedeveloper/javascript-excel)

## Installation

With [npm](https://www.npmjs.org/package/javascript-excel):

```sh
npm install javascript-excel --save
```