жирное итого

This commit is contained in:
MorozovDanil 2024-12-24 09:06:02 +04:00
parent 587229b4ac
commit 50f4f80a33

View File

@ -97,7 +97,7 @@ internal class ExcelBuilder
for (var j = 0; j < data.Last().Length; ++j)
{
CreateCell(j, _rowIndex, data.Last()[j],
StyleIndex.SimpleTextWithBorder);
StyleIndex.BoldTextWithBorder);
}
_rowIndex++;
return this;