When using the HSSFClientAcnchor to build text boxes they do not generate correctly if the following conditions are met: Col2 > Col1 AND dX2 < dX1 For example, a text box that is supposed to start at dX 512 in col 0 and end at dX20 in col 1 will not end up producing a text box that starts at dX20 in col0 and dX512 in col1
Created attachment 16574 [details] Changed to handle multi- column HSSFClientAnchor
Try the latest POI-3.5-beta4. If the problem persists, re-open this bug and attach the problem file and sample code to reproduce the problem. Yegor