arikdan / as3xls

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

Can't load with AS3XLS any xls previously generated with ASXLS #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Load any xls into a Flex application with AS3XLS
2. Generate a new xls with the datas previously imported and save it to the
disk
3. Load the xls created at step 2 into a Flex application with AS3XLS

What is the expected output?

I expect the xls generated by AS3XLS to be correctly loaded with AS3XLS

What do you see instead?

I see nothing and get this error:

TypeError: Error #1010: Un terme n'est pas défini et n'a pas de propriété.
    at com.as3xls.xls::ExcelFile/label()
("Un terme n'est pas défini et n'a pas de propriété" means "a term is
undefined and has no properties")

The debugger's break line is :
var fmt:String = s.formats[s.xformats[indexToXF].format];
in label() method in ExcelFile.as

Note :
- Loading the xls generated by AS3XLS into Excel works fine.
- Saving the xls generated by AS3XLS after having open it with Excel let it
to be correctly loaded with AS3XLS (Excel seems to re-format it correctly
when saving).

Original issue reported on code.google.com by phiphou...@gmail.com on 27 May 2009 at 7:50

GoogleCodeExporter commented 9 years ago
I had the same problem, each export the user should open the file than save 
again in 
97-2003 format. Is there a solution for this bug?

Original comment by laszlosc...@gmail.com on 30 Jun 2009 at 3:34

GoogleCodeExporter commented 9 years ago
ya me 2 have d same problem... make it a high priorty issue ..... 

Original comment by vigorusv...@gmail.com on 21 May 2010 at 7:06

GoogleCodeExporter commented 9 years ago
Does anyone still support this library?
You have major bug in exporting/importing and 
user's want to know when it will be fixed!

Original comment by Luzin...@gmail.com on 16 Jul 2010 at 12:38

GoogleCodeExporter commented 9 years ago
Unfortunately, Sigfrid3141 seems to have given up this project...

But you can succeed in making it work for the import by looking at the other 
issues : someone re-wrote the way as3xls parse the data, and it works fine.

For the export, If you don't care about offline capabilities, you should have a 
look on Java or PHP Excel libs.

Original comment by phiphou...@gmail.com on 16 Jul 2010 at 6:09

GoogleCodeExporter commented 9 years ago
https://github.com/djw/as3xls has resolved this problem

Original comment by darl...@gmail.com on 29 Mar 2011 at 8:56

GoogleCodeExporter commented 9 years ago
Thank you very much. saved my time

Original comment by nithicor...@gmail.com on 6 Oct 2011 at 6:19