Skip Menu |

This queue is for tickets about the OpenOffice-OODoc CPAN distribution.

Report information
The Basics
Id: 24277
Status: resolved
Priority: 0/
Queue: OpenOffice-OODoc

People
Owner: jmgdoc [...] cpan.org
Requestors: denisjuk [...] euh-e.edu.pl
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.029
Fixed in: 2.031



Subject: cellSpan does not merge cells correctly
The following script my $self=OpenOffice::OODoc::Document->new(create=>'spreadsheet',file=>'Test.ods'); my $t=$self->getTable(0,3,3); my $r=$self->getTableRow($t,0); my $c=$self->getCell($r,0); $self->cellSpan($c,3); $self->cellValue($c,'AA'); $self->save; produces the following table-row element: <table:table-row table:style-name="ro1"> <table:table-cell office:value-type="string" table:number-columns-spanned="3" table:number-rows-spanned="1"> <text:p text:style-name="Standard">AA</text:p> </table:table-cell> <table:table-cell/> <table:covered-table-cell/> </table:table-row> However, according to ODF specification, the second cell should be <table:table-cell/> (v. Open Document Format for Office Applications (OpenDocument) v1.0 OASIS Standard, 1 May 2005, p. 183 or http://books.evc-cit.info/odbook/ch04.html#merged-cell-section)
From: denisjuk [...] euh-e.edu.pl
On Пнд. Янв. 08 14:28:36 2007, alexanderdenisjuk wrote: Show quoted text
> > However, according to ODF specification, the second cell should be > <table:table-cell/>
Excuse me, I meant that it should be <table:covered-table-cell/> of course.
The bug is now solved in the development version. The fix will be available with the next release (2.031). Thanks for the report
Fixed in 2.031 (uploaded today)