Difference between revisions of "Talk:Ods2wiki.pl"

From Organic Design wiki
(bug found in OO spreadsheet parser)
 
(it worked well with no errors processing about 1000 rows per second)
Line 35: Line 35:
 
</table:table-row>
 
</table:table-row>
 
</xml>}}
 
</xml>}}
 +
 +
== 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.

Revision as of 04:02, 26 February 2009

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.