# 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. 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, 0.10.1 - IE 6/7/8/9/10 using Base64 mode (IE10 using HTML5 mode) - FF 18 using Base64 or HTML5 mode - Chrome 24 using Base64 or HTML5 mode Tests utilize the mocha testing framework. Travis-CI and Sauce Labs links: - for XLSX module in node - for XLS* modules - for XLS* modules using Sauce Labs ## Usage See `xlsx2csv.njs` in the bin directory for usage in node. See http://oss.sheetjs.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: $