Open GoogleCodeExporter opened 9 years ago
Using the djw fork of this library (https://github.com/djw/as3xls) we found a
similar 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).
I have tracked this down to the readRK() function in com.as3xls.xls.ExcelFile
which did not seem to mask off bits 30 and 31 for non-integer values and it
rounded when dividing by 100.
Original comment by johnclar...@rad3.com
on 18 Aug 2014 at 1:46
Attachments:
Original issue reported on code.google.com by
xiangby...@gmail.com
on 20 Mar 2014 at 10:11