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

Don't unconditionally clobber any existing JSZip variable. #20

Closed seansfkelley closed 10 years ago

seansfkelley commented 10 years ago

This fixes issues where a browser had already loaded jszip.js but isn't using require. This also bumps the version to 2.3.1.

stephen-hardy commented 10 years ago

Thanks for the contribution!