I want to add insert a new picture into an HSSFSheet.
I can go HSSFWorkBook.addPicture( bytes []..., int format).
-How do I have my picture appear in a particular HSSFSheet?
-Do I need to do anything futher with the int index that
HSSFWorkBook.addPicture returns?
-If I am just inserting a floating image, how do I specify the (x,y) float
location for the image?
-Is it possible to specify an (x,y) position or a cell position in the
HSSFSheet to put the picture to?
-Is it possible to resize the Image after sending it's bytes across? Or should
one do this before hand?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]