What steps will reproduce the problem?
1.
var excelFile:ExcelFile = new ExcelFile();
excelFile.loadFromByteArray(new xls());
sheet = excelFile.sheets[0];
var data: Number = sheet.getCell(2, 2).value;
2.
3.
What is the expected output? What do you see instead?
I am expecting a number 0.365, however it gave me 0.37.
What version of the product are you using? On what operating system?
dpUInt_b_v09_2_Flex_3.swc. Windows XP
Please provide any additional information below.
Original issue reported on code.google.com by zzz...@gmail.com on 10 Dec 2009 at 4:56
Original issue reported on code.google.com by
zzz...@gmail.com
on 10 Dec 2009 at 4:56