Hi I am trying to fit different size images and text in the same column or row The key goal is to maintain the image widths and height across the rows and columns but size the col width to the biggest image width.
This was easy to achieve in HSSF because the HSSFClientAnchor class had a setAnchorType method which I could set a value to "2" and the image would move with the cell and it would not resize itself as the cell size is changed. In XSSFClientAnchor there is no such method and I am really hurting because of this. I have substantaial code written out in XSSF which I don't want to change to HSSF and also we want to support the newer Excel files. Can someone with knowledge of image resizing please tell me why this feature is gone and if there is a workaround for this in the XSSf implementation. I did not see any examples for this in the code base.I am using v3.5 beta4. I think it was a really useful feature and would really like to see something like this in XSSF . Any help/cpmments/pointers are really appreciated. Regards A
