for a picture, the problem occurs.
Hi,
Thank you for considering Aspose.
Well, I tested your scenario abit with the latest version of Aspose.Cells and it works fine. Following is my sample test code.
Workbook wb = new Workbook();
Worksheet currentSheet = wb.Worksheets[0];
currentSheet.Pictures.Add(5, 5, "C:\\CB2.jpg");
currentSheet.Pictures[0].AddHyperlink("http://www.aspose.com");
wb.Save("c:\\tstImage.xls",FileFormatType.Excel2000);
Please share your template file(s) and we will check it soon.
Thank You & Best Regards,