Skip to content

rubanraj-r/xlToJson_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlToJson

Developed in JS with ❤ to convert Excel sheet data into Json data

Installation

npm i xltojson --save

How to use

var xlToJson = require("xltojson");

xlToJson("tester.xlsx", "tester.json")
  .then(res => console.log(res))
  .catch(err => console.error(err));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published