We have a pending update to 0.13 from 0.12 which has failing CI tests, apparently because the values returned by OdfTableCell.getValueType() have changed from null in 0.12 to "string" in 0.13 for some cells at the end of rows.
Is this expected behavior? I didn't see anything in the release notes.
What is the best way to detect empty cells in a row?