updating to 0.4.0

This commit is contained in:
SheetJS 2014-01-28 11:35:26 -05:00
parent 03737ba39b
commit efd28db4a8
2 changed files with 1753 additions and 388 deletions

@ -20,14 +20,14 @@
</style>
</head>
<body>
<b>JS-XLSX Live Demo</b><br />
<b>JS-XLSX (XLSX/XLSB/XLSM) Live Demo</b><br />
<a href="https://github.com/SheetJS/js-xlsx">Github Repo</a><br />
<a href="https://github.com/SheetJS/js-xlsx/issues">Issues? Something look weird? Click here and report an issue</a><br />
<input type="radio" name="format" value="csv" checked> CSV<br>
<input type="radio" name="format" value="json"> JSON<br>
<input type="radio" name="format" value="form"> FORMULAE<br>
<div id="drop">Drop an XLSX or XLSM file here to see sheet data.</div>
<div id="drop">Drop an XLSX or XLSM or XLSB file here to see sheet data.</div>
<textarea id="b64data">... or paste a base64-encoding here</textarea>
<input type="button" id="dotext" value="Click here to process the base64 text" onclick="b64it();"/>
<pre id="out"></pre>

2137
xlsx.js

File diff suppressed because it is too large Load Diff