|
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
|