# xlsx
Currently a parser for XLSX files.  Cleanroom implementation from the ISO 29500  Office Open XML specifications.
This has been tested on some very basic XLSX files generated from Excel 2011.
*THIS WAS WHIPPED UP VERY QUICKLY TO SATISFY A VERY SPECIFIC NEED*.  If you need something that is not currently supported, file an issue and attach a sample file.  I will get to it :)
## Installation
In node:
    npm install xlsx
In the browser:
    
    
## Tested Environments
 - Node >= 0.8.14 (untested in versions before 0.8.14)
 - IE 6/7/8/9/10 using Base64 mode
 - FF 18 using Base64 or HTML5 mode
 - Chrome 24 using Base64 or HTML5 mode
## Usage
See `xlsx2csv.njs` in the bin directory for usage in node.
See http://niggler.github.com/js-xlsx/ for a browser example. 
Note that IE does not support HTML5 File API, so the base64 mode is provided for testing.  On OSX you can get the base64 encoding by running:
    $