правка

This commit is contained in:
artur-kalimullin 2024-12-03 15:09:31 +04:00
parent 1fd1841c15
commit 6586b6c085

View File

@ -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))))))));