I am exporting data to Excel file using Apache POI. In one weird requirement, I need to embed one file in the Excel using this POI. I have the file, and can be taken into st
This page of the online documentation might answer your question:
http://poi.apache.org/components/poifs/embeded.html