Skip to content

delqw/xls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xls

Convert xls into JSON

npm

npm install xls

usage

require('xls').parse('file.xls', function(err, data) {
	// xls file parsed into data
});

requirements

xlhtml on linux

sudo apt-get install xlhtml

xhtml[http://chicago.sourceforge.net/xlhtml/] on OSX

tar xzvf xlhtml-0.5.tgz
cd xlhtml-0.5
configure
make
make install

If that does not work try

tar xzvf xlhtml-0.5.tgz 
cd xlhtml-0.5
aclocal; autoconf; automake --add-missing
make
make install

About

Convert xls to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%