• 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

Java Embed file in xlsx with Apache POI-XSSF

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

I need to embed files (.ppt(x), .doc(x), .jpg, .txt, ...) in excel (format xlsx) using Apache POI. I have found an example to embed files in excel (format xls) using POI-HSSF (http://stackoverflow.com/questions/16910503/embed-files-into-excel-using-apache-poi), but this example does not work with excel xlsx format.
Is somebody knows if it is possible to do this using POI-XSSF ?

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic