https://issues.apache.org/bugzilla/show_bug.cgi?id=27153
Yegor Kozlov <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #5 from Yegor Kozlov <[EMAIL PROTECTED]> 2008-03-20 12:08:10 PST
---
Anchor type is not ignored.
When you resize a column POI just updates the corresponding COLINFO record. No
extra actions/calculations are performed.
As opposed to it, on column resize Excel recomputes anchors of all pictures
with anchor.type=2 so that they have the original dimensions.
I don't think POI should work this way and recompute anchors behind the scene.
Probably we will add an explicit method HSSFSheet.updateAnchors() to do that.
Implementing such a method right now is somewhat difficult because the HSSF
drawing layer is mainly oriented on creating new drawings. The support for
reading/modifying existing drawings is not very good.
Yegor
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]