lundi 20 avril 2015

Get the image position/location of an image in .xlsx file using Apache POI

I can only get the image data through this method .getAllPictures()

List<XSSFPictureData> lst = (List)workbook.getAllPictures();

Is it possible or is there a way so I can get the image position/location in a .xlsx file?

Aucun commentaire:

Enregistrer un commentaire