Skip to content

Native node.js Excel file parser. Only supports xlsx for now.

Notifications You must be signed in to change notification settings

ducheneo/excel.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel.js

Native node.js Excel file parser. Only supports xlsx for now.

Install

npm install excel

Use

var parseXlsx = require('excel');

parseXlsx('Spreadsheet.xlsx', function(data) {
    // data is an array of arrays
});

MIT License.

About

Native node.js Excel file parser. Only supports xlsx for now.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published