Satishpethani92 / as3xls

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

can not read a number that has 3 decimal place #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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