
Hi sir, I want to make a swing application where I can import a object in a cell of a excel by clicking a button. I am using Apache POI for this. after a long try I am not able to do it. please help.
The details of the excel operation which i want to do by one click:
in excel its in 'Insert' ribbon. first select a cell (cell no will be inside java code) then go to: 'insert' ribbon>select 'object'>select 'create from file' window>browse (this browse path I want to give inside the swing code) Tick 'display as icon' check box and finally ok button.