Hello group,
in order to insert image we create an anchor:
HSSFClientAnchor anchor = new HSSFClientAnchor(0, 0, 0, 255, 0, 0, 0, 0);

This will insert this image in first row and first cell. Image width and height will be automatically adjusted to the width and height of cell/row. My question is how to insert image with its original width and height ?

ML


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to