жирное итого

This commit is contained in:
MorozovDanil 2024-12-24 09:04:42 +04:00
parent c7d41abb50
commit ea5578c18a

View File

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