as3xls
as3xls copied to clipboard
Fork of as3xls with bugfixes (unmaintained)
We found a problem when reading the value 0.015 from an Excel file. It was read as 0.02 (whereas 0.016 was read correctly, as was 0.01501). The function readRK() was...
you know the drill
I have a xls file that I dont know how as created but have a date cell that appears as Portuguese (Portugal) with \* but is now seems that internally...
Try with the cell with at least 4K characters in there. It exports to excel fine, but when opening from MS Excel program, it found unreadable content. Thanks.
Greetings, I am developing an application in adobe air, when I import the excel file throws me the following error: Error # 2030, I am using the code (http://active.tutsplus.com/tutorials/flex/using-as3xls-with -the-flex-framework-excel-import...
The file generated by this library cannot be read by this library
It appears that formulas referencing other sheets are not supported ... This is really sad if you are using huge XLS-Files with lots of different sheets. It would be awesome...
What is the type of the license ? This could be used in non-free projects ?
The dates are correctly parsed even with localizes dates except for Portuguese (Portugal) with the \* type date. However there is a workaround. In the method xf of the ExcelFile.as...
I have a file generated by Excel 2003. It only contain a column which is date. When I display it using the library, I can only see Integer. After checking...