You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by "Zachary Mitchell, BCIS" <za...@internode.on.net> on 2010/04/24 06:25:38 UTC

Three Quest about POI Excel sheet editing.

-I can set a write password on an HSSFWorkBook.
 How may I set a read password on an HSSFWorkBook?

-How do I instantiate an HSSFPictureData object,
 being a GIF/JPG/BMP style picture?  What is the name of the Factory Object?

-How may I take a new instance of HSSFPictureData
 from a java.io.File object?

-How do I add an HSSFPictureData object to a particular
cell in an HSSFWorkSheet object?