Talk:Ods2wiki.pl

From Organic Design wiki
Revision as of 04:02, 26 February 2009 by Nad (talk | contribs) (it worked well with no errors processing about 1000 rows per second)

Repeated columns

A bug was found in the Open Office spreadsheet parser where some rows would have the wrong column count, this was finally isolated to a new attribute called table:number-columns-repeated which allows identical columns to be defined just once as shown in the snippet below. The first table row has a missing column, but is using the new attribute to duplicate it.

{{{1}}}

Testing

I ran the script over some large spreadsheets of around 10,000 rows and it worked well with no errors processing about 1000 rows per second.