sheet2json

0.0.3 • Public • Published

sheet2json

Build Status Coverage Status

A Node.js package for converting each sheet in an .xls or .xlsx file to a .json file.

Installation

npm i sheet2json -S

Example

require("sheet2json")("path/to/file.xls", response => {
  console.log(response);
});

Package Sidebar

Install

npm i sheet2json

Weekly Downloads

49

Version

0.0.3

License

MIT

Unpacked Size

61.4 kB

Total Files

8

Last publish

Collaborators

  • harrystevens