Socket
Socket
Sign inDemoInstall

xls

Package Overview
Dependencies
22
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    xls

convert xls to json


Version published
Weekly downloads
243
increased by74.82%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 20 Nov 2011

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc