|
hi matt: not sure if you saw my response. I cannot get around an error message, no matter what I try (including your example, [except normsheet -> $normsheet]):
wrong condition 'table:(covered-|)table-cell' at /usr/lib/perl5/site_perl//5.8.8/OpenOffice/OODoc/T
+ext.pm line 2220
the docs
http://www.annocpan.org/~JMGDOC/OpenOffice-OODoc-2.027/OODoc/Text.pod
suggest giving
$doc = ooDocument(file => 'report.sxc');
my $sheet = $doc->normalizeSheet('Sheet1', 7, 9);
but this fails, too.
is this a bug or a feature?
regards, /iaw
|