Apache POI is a powerfull library but I can't find out how to read the colspan
or rowspan
of a cell.
I expected that the XSSF
cell would have methods like getColSpan()
but I just can't find the right hint - even google is not my friend in this case.
any Idea?