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 …...xlsx"); Worksheet worksheet = workbook...Document doc = new Document("output.docx"); // Insert the HTML content...