жирное итого
This commit is contained in:
parent
c7d41abb50
commit
ea5578c18a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user