Dear all:

I'm a complete noob usign Apache POI so I may be making some sort of
complete dunderheaded move, but I've done a bit of experimentation and
spent a few hours going through the Javadocs and I'm unable to see how
to extract Picture objects from an existing XLS or XLSX spreadsheet.

HSSFCell.getCellType() and XSSFCell.getCellType() both return
CELL_TYPE_BLANK for cells containing an image.

While I can get the picture data itself with HSSFWorkbook.getAllPictures()
I don't see any method for associating a HSSFPictureData object with
a cell.  I'm sure I'm missing something astoundingly obvious but
I don't see it.

Is there a way to do this that I'm missing?

Thanx.

                                                        spl

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to