stephen-hardy / xlsx.js

XLSX.js is a JavaScript library for converting the data in base64 XLSX files into JavaScript objects - and back! Please note that this library is licensed under the Microsoft Office Extensible File License - a license NOT approved by the OSI. While this license is based off of the MS-PL, which is OSI-approved, there are significant differences.
http://blog.innovatejs.com/?tag=xlsx-js
Other
575 stars 122 forks source link

Problem with Libreoffice calc (xlsx.js 2.2.0) #10

Open rolfn opened 11 years ago

rolfn commented 11 years ago

Using a previous version (1.x) I was able to read simple excel data created by xlsx.js with Libreoffice calc (version 3.6). With the current version of xlsx.js it doesn't work anymore. Libreoffice calc says "file is currupt" (it works with MS Office). A test file on the file system can be read with Libreoffice calc without problems. The same file is also readable by xlsx.js. What goes wrong? Thanks in advance.

...Rolf

PS. The fiddle demo http://jsfiddle.net/innovatejs/ueETX/ also doesn't work with Libreoffice calc.