Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
anar-bastanov committed Jul 12, 2024
1 parent b2f1087 commit 8480aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/FileProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static void ConfigureTemplate(ExcelWorksheet ws, int taskCount)

// Adjust font
ws.Cells.Style.Font.Name = "Arial";
ws.Cells.Style.Font.Size = 9;
ws.Cells.Style.Font.Size = 12;
ws.Rows[3].Style.Font.Bold = true;
ws.Cells["A1:A2"].Style.Font.Bold = true;
ws.Cells["C1:C2"].Style.Font.Bold = true;
Expand Down

0 comments on commit 8480aba

Please sign in to comment.