xl2json

0.0.1 • Public • Published

xl2json

(excel to json)



a simple module for converting excel documents, to JSON.

const convert = require('./xl2json');
 
convert({
    src: `${__dirname}/data.xlsx`,
    dst: `${__dirname}/data.json`,
    roundingPlaces: 1
}, (arg)=>{
    console.log(`${arg} - done!`);
});
 

Readme

Keywords

none

Package Sidebar

Install

npm i xl2json

Weekly Downloads

2

Version

0.0.1

License

ISC

Last publish

Collaborators

  • ameola01