File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes How to get an image and its position from excel file using Apache POI? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "How to get an image and its position from excel file using Apache POI?" Watch "How to get an image and its position from excel file using Apache POI?" New topic
Author

How to get an image and its position from excel file using Apache POI?

Gianni Amendola
Greenhorn

Joined: Jul 23, 2012
Posts: 1
Is it possible to extract an image's 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 images together, but how can I get images position (like columns and rows number or coordinates)? Otherwise I can get images position but I can't know information, like picture name or extension or others, about a specific image at the positions found. How I can get images and positions too?

Here: read all images...
and here: get images positions...
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
Start here: http://poi.apache.org/spreadsheet/quick-guide.html#Images.

Check out the ClientAnchor interface for information about where/how the position is saved.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: How to get an image and its position from excel file using Apache POI?
 
Similar Threads
Multiple questions
POI HSSF - Excel question
capture Image From Excel To Database
Transfer Excel Sheet information to database
Parsing Excel-2007-Format (xlsx)