1.0.4 • Published 6 years ago
xltojson v1.0.4
xlToJson
Developed in JS with ❤ to convert Excel sheet data into Json data
Installation
npm i xltojson --saveHow to use
var xlToJson = require("xltojson");
xlToJson("tester.xlsx", "tester.json")
.then(res => console.log(res))
.catch(err => console.error(err));