Hi, I have a requirement to embed a PDF Document in a xlsx file. I followed the example in http://stackoverflow.com/questions/16910503/embed-files-into-excel-using-apache-poi and was able to insert a PDF in a XLS file. However i need to do this in XLSX format only. I tried extending this to XLSX by modifying to use XSSF classes but was not very successful. Are there are other approaches to achieve this functionality using Apache POI. Thanks in advance for your help.
Thanks, Krishna
