https://issues.apache.org/bugzilla/show_bug.cgi?id=51160

--- Comment #2 from Alex Geller <[email protected]> 2011-05-09 14:00:50 UTC ---
Hi Yegor,
thanks for looking into this so quickly. I will make a version for trunk with
the requested changes as soon as you have decided for either composition or
subclassing. 
I discovered the first problem with the implementation. I found that images
were not correctly sized and went after the issue. It seems that you are using
"twoCellAnchor" for images and since the SXSSFSheet has no rows you are
computing "rowOff" based on the default row height. I went hunting for the
place where this is computed but I couldn't find it (Can you help?). The
solution could be to update any Anchor that spans a row when Row.setHeight() is
called. Another solution could be to use "oneCellAnchor" whenever an image is
anchored using ClientAnchor.DONT_MOVE_AND_RESIZE. Are there other issues like
this?
I added code to quote character data in the the spreadheet writer (this should
also be done in the BigGridDemo) because otherwise it will create invalid
documents when you write string values containing characters that are
meaningful in XML like the character '<'. Do you have a utilty class for this?
Is this the peferred method to communicate or am I misusing bugzilla?
Thanks,
Alex

-- 
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]

Reply via email to