xls

0.5.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i xls

Weekly Downloads

238

Version

0.5.1

License

none

Last publish

Collaborators

  • ianjorgensen
  • sheetjs