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

Allow to force cell as text #28

Closed SunboX closed 7 years ago

SunboX commented 10 years ago

Allow to force a cell as text, even it contains a number like "06789".

worksheets: [{
  data: [
    { value: '06789', type: 'text' }
  ]
}]
jrsearles commented 8 years ago

Any chance of getting this merged? We are running into this issue as well.