Hello Team,
I am working with Aspose.Cells To extract a range from an Excel worksheet as HTML content, which I then insert inTo a Word Document using Aspose.Words.
However, I’ve encountered an issue:
If the selected …...Load the Word document Document doc = new Document("output.docx");...builder = new DocumentBuilder(doc); builder.InsertHtml(htmlContent);...