On Sat, Jul 11, 2009 at 3:54 PM, Michal Čihařmichal@cihar.com wrote:
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.
Alright, will do.
- 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.
Rather, I should say, those critical lines ARE included in true ODS files (one's created in Open Document Calc), but before now were not included in the PMA export.
-- Michal Čihař | http://cihar.com | http://phpmyadmin.cz
Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel