Image in TextBox

Hello,



Is it possible to insert an image into text box? excel file is designed with ms excel.

I’ve attached an example template i’m using. The text box has a unique name.

However i’m not able to access it.



Debug.WriteLine( "Nr of textboxes = "+doc.Worksheets[0].TextBoxes.Count);



this line of code always gives me result “Nr of textboxes = 0”.



Anyone can help?

Thanks in advance

forgot to attach template

Aspose.Cells doesn’t support to access textbox in template file. Now it only supports to preserve textboxes in template file and create new textboxes at run time. And it doesn’t support to insert image to text box.