• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

how to insert a file object in excel sheet using java

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I need to insert(embed) a file object in MS excel sheet using java.

I am using Poi jar for this.

Please help me doing this using POI or any other jar.

Thanks
Jyoti
 
Ranch Hand
Posts: 82
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried the Apache Examples? I found them to be very helpful, and learned to use the examples to adapt my requirements. If so, did you have a specific problem with the examples?
 
Jyoti Chawla
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

As i already mentioned,

i need to insert a file object in MS Excel Sheet using java.

I do not need to put the contents present in file. Instead i need to put the file as an object in MS Excel Sheet.

I have attached the sample MS Excel Sheet.

Thanks
Jyoti
 
reply
    Bookmark Topic Watch Topic
  • New Topic