OpenOffice-OODoc - Re: empty cell or col bug or feature of getTableText in 2.113 dist?

Posted on Wed Sep 6 13:17:10 2006 by bernos in response to 2928 (See the whole thread of 18)
Re: empty cell or col bug or feature of getTableText in 2.113 dist?
Hi,
I have the same problem. This simple code:
use OpenOffice::OODoc; my $archive = ooFile('chart1.sxc') or die "Cannot open input file\n"; my $content = ooDocument(archive => $archive) or die "Cannot extract content from input file\n"; my $table = $content->getTable(0,10,2);
produces this error:
wrong condition 'table:(covered-|)table-cell' at /usr/lib/perl5/site_perl/5.8.5/OpenOffice/OODoc/Text.pm line 2220
I'm using OpenOffice-OODoc-2.027 and XML-Twig-3.26
Direct Responses: 2930 | Write a response