xlsx-rows
v1.0.0
Published
Parses an *.xlsx file into rows
Downloads
243
Readme
xlsx-rows
Parses an *.xlsx file into rows
Usage
All you have to do is pass it an Excel (*.xlsx
) file and you get rows of information:
var xlsxRows = require('xlsx-rows');
var rows = xlsxRows('my-workbook.xlsx');
console.dir(rows); // yay rows of things!