We are developing C#(4.0) windows form application and we are using open xml sdk for accessing excel file. Now I want to copy all the images in one excel work to another Excel work book using this open xml sdk. I can able to create new excel work book and put a images in the work. But I could not able to copying the images from one workbook to another work book.
Please guide me to get out of this issue?