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

API or more examples? #35

Open LeachBogdan opened 10 years ago

LeachBogdan commented 10 years ago

Hi. I'm looking into using your tools to create xlsx files and was wondering if I could find more information on how to use the tools. I found the basic JSfiddle examples but they're pretty bare-bones. I'm looking for information on setting cell styles, merging cells and maybe creating tables.