правка
This commit is contained in:
parent
1fd1841c15
commit
6586b6c085
@ -87,6 +87,7 @@ internal class WordBuilder
|
||||
}
|
||||
table.Append(tr);
|
||||
|
||||
// Данные
|
||||
table.Append(data.Skip(1).Select(x =>
|
||||
new TableRow(x.Select(y => new TableCell(new Paragraph(new Run(new Text(y))))))));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user