• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Extract images from Excel files

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ranchers, how are you doing?

I'm not sure if I should post this issue in the Servlets forum, but I did so because in the end, I'll be solving the issue in a servlet... (duh )

Ok, so my problem is this: I have several Excel files with 7 worksheets each. Inside there are 10 images per sheet. Does any of you know how could I extract those images with a Java servlet/applet/program/WebStart whatever?

The reason for this is, I have to process the Excel files, extract the images so I can resize them and save them somewhere else (DB, different server, etc).

I checked the JExcelApi project but I couldn't find a way to do this. Any other suggestions?

Thanks!
 
A Shehadi
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok. I found a way to extract images from an Excel file with the JExcelApi library.

Here's the code if anyone is interested:


http://www.java-tips.org/other-api-tips/jexcel/reading-data-from-excel-documents-at-runtime-4.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic