Hi Aspose Team,
I’m trying to convert charts/ranges in excel to images to insert them into word document.
The code I’m using to do this is:
Document RepDoc = New Document();
DocumentBuilder Builder = New DocumentBuild…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04072025\Excel_Template...