From ad16dc32352cb7f124c7b4e1a0446e82384abc68 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 27 Jan 2014 04:38:50 -0500 Subject: [PATCH] README updates [ci skip] --- README.md | 99 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 55 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index a6a6f7c..7d046ab 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # xlsx Currently a parser for XLSX and XLSM files. Cleanroom implementation from the -ISO 29500 Office Open XML specifications. - -If you need something that is not currently supported, file an issue and attach a sample file. I will get to it :) +ISO 29500 Office Open XML specifications and related documents. ## Installation @@ -13,9 +11,53 @@ In node: In the browser: + +## Usage + +The node version installs a binary `xlsx2csv` which can read XLSX/XLSM files and output the contents in various formats. The source is available at `xlsx2csv.njs` in the bin directory. + +See for a browser example. + +Note that older versions of 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: + + $