sheet2json 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);});