Hello everyone,
I’m encountering an issue when converting an Excel table To a Word Document using Aspose.Cells and Aspose.Words.
Steps To reproduce:
In Excel, create a table where the first cell has an indentation.
D…...// Create a Document Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert the HTML builder...