Parses an *.xlsx file into rows
npm install xlsx-rowsParses an *.xlsx file into rows
All you have to do is pass it an Excel (*.xlsx) file and you get rows of information:
`` js
var xlsxRows = require('xlsx-rows');
var rows = xlsxRows('my-workbook.xlsx');
console.dir(rows); // yay rows of things!
``
#### Author: Charlie Robbins
#### License: MIT