xlsx-reader.js
Quick Demo
Clone the repository
git clone https://github.com/psjinx/xlsx-reader.js
cd xlsx-reader.jsInstall dependencies
bower installRun a simple server
I'm using SimpleHTTPServer module of Python but you can also use http-server, a node package, if you're Javascript fan.
python -m SimpleHTTPServer 4000
sensible-browser http://localhost:4000
# Visit http://localhost:4000 in your browser