Skip to content

gruentee/xlsx-reader.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlsx-reader.js

Quick Demo

Clone the repository

git clone https://github.com/psjinx/xlsx-reader.js
cd xlsx-reader.js

Install dependencies

bower install

Run 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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.3%
  • HTML 47.7%