I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-11-26 10:33:58-08 by dhoworth in response to 9422
Re: infinite loop in normalizeSheet
I think I've discovered what's causing the problem. This is the end of the content.xml file:
... <table:table-row table:number-rows-repeated="3" table:style-name="ro7"> <table:table-cell table:style-name="ce13"/> <table:table-cell table:style-name="ce21"/> <table:table-cell table:style-name="ce27"/> <table:table-cell table:style-name="ce31"/> <table:table-cell table:number-columns-repeated="252"/> </table:table-row> <table:table-row table:number-rows-repeated="65488" table:style-name="ro3"> <table:table-cell table:number-columns-repeated="256"/> </table:table-row> <table:table-row table:style-name="ro3"> <table:table-cell table:number-columns-repeated="256"/> </table:table-row> </table:table> </office:spreadsheet> </office:body> </office:document-content>
I'm guessing that the repeat count of 65488 is causing the grief!

But this is extracted from a real document that doesn't cause a problem for oocalc. That number is 65536 - 48 so it may be relevant that the table-row element is row 47.

I've no idea whether this is some strange feature of ODF or evidence of a bug in oocalc.
Direct Responses: 9432 | Write a response