Hi
Dne Fri, 10 Jul 2009 10:41:57 -0500 Derek Schaefer derek.schaefer@gmail.com napsal(a):
On Fri, Jul 10, 2009 at 8:11 AM, Michal Čihařmichal@cihar.com wrote:
- Was it really necessary to expand OpenDocumentNS?
To the extent that I did? Probably not. I can scale it back if you think it's appropriate.
I think that only namespaces we use should be mentioned.
- It failed on quite simple spreadsheet
(created by phpMyAdmin) - http://tmp.cihar.com/City.ods
I looked at that ODS file, and I can tell it was exported with a previous version of the ODS export module. It's failing because I made some important changes to what was exported. Mainly, for each table the maximal number of columns is included. In the case of the table City:
... <table:table table:name="City"> <table:table-column table:number-columns-repeated="5" /> ...
Without those critical lines, my plug-in will fail.
The import should handle any ODS file, not only those created by phpMyAdmin, so you should try to work even without this "critical" line.