aoiu / as3xls

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

Problem converting percentage #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create the excel by giving percentage as the format for some cells
2. add percentage values (0.50% & 0.75%) into cells
3. It automatically convert these values into (0.1%)(Problem while converting 
into byteArray)
4. Issue showing only on these 2 values.

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

expected is what I entered in the cell (o.50%) . I am getting 0.1% as output

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

Please provide any additional information below.

 var ef:ExcelFile = new ExcelFile();
 ef.loadFromByteArray(_fileReference.data);
 If you search values from "ef.sheets" you can see the converted values.

Original issue reported on code.google.com by kishor....@gmail.com on 21 Feb 2014 at 12:01