odftoolkit icon indicating copy to clipboard operation
odftoolkit copied to clipboard

Include TableTableRowGroupElement support in all row based methods

Open YSavanier opened this issue 4 years ago • 1 comments

Hi Actually the only method supporting the presence of the TableTableRowGroupElement is the getNextRow and getPreviousRow of the OdfTableRow class.

Others classes like OdfTable don't manage to get the real number of rows with getRowCount or iterate among them using getRowByIndex or getCellByPosition, they all fail to considerates TableTableRowElement nodes contained by a TableTableRowGroupElement.

Best regards

YSavanier avatar May 17 '21 22:05 YSavanier

Unless someone is providing a patch, I will take this into consideration for 1.0.0.

svanteschubert avatar Jul 01 '21 07:07 svanteschubert