arikdan / as3xls

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

Does not read any formatting on cells #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open File in ExcelViewer
2. Debug player shows EOF error
3. No Data shown

What is the expected output? What do you see instead?
I have a Date column and a Formatted Number column. It gets everything as
Number, and there is no way to figure out what the particular cell's type
is, or if it has any formatting applied to it.

What version of the product are you using? On what operating system?
Flex 3 on WinXP

Please provide any additional information below.
Also does not process Time type field.

Original issue reported on code.google.com by akab...@gmail.com on 18 Jun 2009 at 4:56

Attachments:

GoogleCodeExporter commented 9 years ago
Check out my fork at:

http://github.com/djw/as3xls

I can read the file you attached without problems.

Original comment by danjwilson on 29 Oct 2009 at 4:08