org.apache.poi.hwpf.usermodel.TableCell does not return the correct value
when called isMerged() method. I tracked down and it seems the root is
 org.apache.poi.hwpf.model.types.TCAbstractType does not return the correct
value when called isFMerged().

I tried with merged cells and non merged cells. The vertical merge related
properties i.e isVerticallyMerged(), isFirstVerticallyMerged() works
perfectly. But the horizontal merge related properties i.e isMerged(),
isFirstMerged() does not return true even if the cells are merged.

Anyone could help me to understand where should I look for the solution?

Thanks,
Shamal

Reply via email to