g33kism / as3xls

Automatically exported from code.google.com/p/as3xls
0 stars 0 forks source link

libre office generated xls cannot be opened #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Creating Flex Mobile project
2. When opening an xls made with Ms Office, the plugin worksfine.
3. When opening an xls made with Libre Office 3.4.5  got the following error 
below.

What is the expected output? What do you see instead?

Error #2030: End of file was encountered.
    at flash.utils::ByteArray/readBytes()
    at com.as3xls.cdf::CDFReader/loadStream()[/Users/manuelwudka-robles/Documents/Flex Builder 3/as3xls/com/as3xls/cdf/CDFReader.as:167]
    at com.as3xls.cdf::CDFReader/loadDirectoryEntry()[/Users/manuelwudka-robles/Documents/Flex Builder 3/as3xls/com/as3xls/cdf/CDFReader.as:75]
    at com.as3xls.xls::ExcelFile/loadFromByteArray()[/Users/manuelwudka-robles/Documents/Flex Builder 3/as3xls/com/as3xls/xls/ExcelFile.as:291]

at excelFile.loadFromByteArray(byteArray);

What version of the product are you using? On what operating system?

as3xls-1.0.swc, Adobe® Flash® Builder™ 4.6, win 7

Please provide any additional information below.

Original issue reported on code.google.com by adam.kri...@helloandroid.com on 21 Nov 2012 at 11:12

GoogleCodeExporter commented 8 years ago
an xls file made in google drive (after export) -> same problem

Original comment by adam.kri...@helloandroid.com on 21 Nov 2012 at 12:07