protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
817 stars 417 forks source link

Column with mixed data types #55

Open ash124 opened 7 years ago

ash124 commented 7 years ago

I require mixed data-types in a column, i.e. a combination of percentage, number, decimal, string. I am able to generate excel, however on opening it says: 'Excel found unreadable content. Do you want to recover contents of the workbook'. On choosing 'Yes' option, it opens. This is one issue regarding the unreadable content.

Second is the excel shows all the cells formatted as that particular data-type which I specified, however doesn't let me do calculation if I do on same types after applying filter :(