I'm working on pulling a lot of info off of ODS sheets to be reformatted and redisplayed on a web site depending on user preferences. I've run into a stumbling block that I can't find any way around:
When adjacent cells of a sheet have the same content, none but the first are noticed by the parser. The rest of the cells in the row get shifted into the "void" created by the missing cells. This throws off the columns of the rest of the table. I've attempted getTableText(), looping through getTableRow(), and manually walking the table with getCellValue() and a for loop. Every method I can come up with gives the same result: If that value of two or more adjacent cells is the same, the parser skips all but the first.
A little code and output in case I'm not making any sense:
(4)
]
