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 …...Words; // Load your Excel file Workbook workbook...htmlContent = range.ExportToHtml(); // Load the Word document Document doc...