Is it possible to extract image information from an xls spreadsheet using Apache POI?
In one of my projects, I need to read some images from a .xls file. I can read all the images together, but how can I get the position of the image (for example, the number of columns and the number of rows or coordinates)? Otherwise, I can get the position of the image, but I can not know information, such as the name of the image or extension or others, about a particular image in the positions found. How can I get images and positions too?
Read all images here ... and get image positions here ...
source share