Hi Guys,
I need to add some images to excel file.
I able to do this by xlWorkSheet.Shapes.AddPicture
But, I need to try in XSLT template.
Currently I by using xslt for filling the data's then save excel.
then open saved excel (excelApp.Workbooks.Open(ExcelReportPat) then adding picture by. xlWorkSheet.Shapes.AddPicture
So Instead of adding image through code, I like to add by Template.
By googling i tried <img and <picture> tags.
But images are not loading in excel. So kindly suggest.
Kindly Suggest.
Jagadish
Jagadish