UNIT6-open / TemplateEngine.Docx

Smart docx template engine for .NET
Other
408 stars 136 forks source link

Create a grouped table? #46

Open thomassorensen2650 opened 6 years ago

thomassorensen2650 commented 6 years ago

Is there any way to create a grouped table? I want to create a table of items, where the items are grouped by having a merged header row.

something like this:

[Section 1] [Section Item1 Column 1] [Section Item1 Column 2] [Section Item1 Column 1] [Section Item1 Column 2] [Section 2] [Section Item2 Column 1] [Section Item2 Column 2] [Section Item2 Column 1] [Section Item2 Column 2] [Section Item2 Column 1] [Section Item2 Column 2]

That would be awesome if that was possible.