Get Image from Excel Cell

Hi All

I need to get images that are stored in an excel file and upload them into a database.

There are a number of rows in the file and each row has an image.

I need to store the information and the image for each specific row.

My problem is that I cannot map the image to the row.

I can get all images from a the excel file but I cannot match the image to the correct row.

Can anyone please help me with this problem.

I am using 1.4.2 jdk

Thanks

Darren

[515 byte] By [dbambrick123a] at [2007-11-27 10:40:47]
# 1

How are you using the JDK 1.4.2 to read Excel files?

If you have questions regarding the tool to use, please consider asking the ones that give support for your tool.

CeciNEstPasUnProgrammeura at 2007-7-28 19:08:50 > top of Java-index,Java Essentials,Java Programming...
# 2

Hi

Thanks for your suggestion, I have already tried this and have not got a response.

I am posting here because I am sure that other JAVA programmers have had experience with this requirment and the purpose of forum is to help each other out.

So, If anyone has some usefull input for me I would appreciate it greatly.

Thank you

Darren

dbambrick123a at 2007-7-28 19:08:50 > top of Java-index,Java Essentials,Java Programming...
# 3

Hi

Some further information,

I have tried POI, jacob and JExelApi.

I can get all images from an excel file, but I cannot get images from a specific cell reference e.g. cell (H, 2)

Darren

dbambrick123a at 2007-7-28 19:08:50 > top of Java-index,Java Essentials,Java Programming...