I’m trying to render a simple table in my template, but can’t get it quite right.
Here’s my code:
var dataTable = CreateTestDataTable();
var columnNames = dataTable.Columns.Cast<DataColumn>().Select(x => x.ColumnName…...How to properly render DataTable in Word template using LINQ...2026, 9:01am 1 I’m trying to render a simple table in my template...