0.0.6 • Published 12 years ago
excel-errors v0.0.6
Excel.js
Native node.js Excel file parser. Only supports xlsx for now.
Install
npm install excelUse
var parseXlsx = require('excel');
parseXlsx('Spreadsheet.xlsx', function(data) {
// data is an array of arrays
});MIT License.