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

Good work, guys ! #1

Closed Tomberry closed 11 years ago

Tomberry commented 11 years ago

I wanted to thank you sincerely for your work!

For my work I'm using your xlsx.js for server-side conversion of xlsx - json. This is really something! It is easy to understand and very easy to use. Awesome!

Unfortunately it seems that the server side and a little more complicated. I would like to know whether or not you can help me settle the problems I encountered with xlsx?

Thank you!

atinux commented 11 years ago

+1

stephen-hardy commented 11 years ago

Hello Tomberry,

Thanks for letting us know about the challenges you're having, and for using our work! My apologies for the delay in response. I've needed to turn my attention to other work items, in addition to getting DOCX.js ready for release. So, thank you for your patience.

Thanks! Stephen

stephen-hardy commented 11 years ago

The symbol issue was taken care of with v2.1.0

Thanks, Stephen