Skip to content

maxali/xls2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xls2json

Excel to JSON

Simple wrapper of https://github.com/SheetJS/js-xls library

Install

npm install https://github.com/maxali/xls2json.git

Usage

var xls = require('xls2json');
var file = xls.readFile('list.xls');

// set work sheet
file.selectSheet(1); // worksheet index or name

// log json representation of 
console.log( file.toJSON() ); 

or

var myjson = require('xls2json')('test.xls').toJSON();

About

Excel to JSON - Wrapper of xlsjs library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published