Please let me know how i can embed an Excel sheet as a Excel object and also how to create corresponding icon for the same progrmatically.
This is what i have done manually and want to achive the same progrmatically.The main challenge i see id the icon creation for a particular embeded object
1.Open the Docx file
2.Select the 'Insert' tab from the file menu
3.Select 'Object > Object ' option this will open the Object window
4.Select 'Create from File' tab and browse and select some Excel file
5.Please check the 'Display as Icon ' option in the Tab and press OK.
this will create a docx with an Excel file embded and displayed as icon.
I want to achive the same thig(Embed an Excel in to a Docx and show the corresponding icon).My challenge is to create the icon in the runtime corresponding to the File name and embed in to Doc.
Any help in this reard would be appreciated.