In template i have table with filled headers
how i can add rows to this table and fiil them?
Table table = (Table)doc.GetChild(NodeType.Table, 1, true);
In template i have table with filled headers
how i can add rows to this table and fiil them?
Table table = (Table)doc.GetChild(NodeType.Table, 1, true);
@azamatik471 You can clone the last row of the table and add it to the table. However, the better approach to generate table from data using Aspose.Words is using Mail Merge with Regions or LINQ Reporting Engine.