Hi

I need to insert(embed) a file object (.txt file) in MS excel sheet using java.
I dont need to put the contents of .txt file into excel. Instead i need to put the whole file as an embedded object into excel.
I am using Apache Poi jar for this.
I am attaching sample excel(test.xls) which is containing test.txt. I need to put this test.txt into text.xls using Apache POI.
I have seen all the examples present in poi-3.7-beta1 but was not able to find any example, to insert(embed) a file object in excel sheet.

I am facing issue in embedding file object into excel. Please help me doing this using Apache POI or any other jar.
This is very urgent. Please explain which example(code snippet).


Thanks
Jyoti