Skip to content

Commit

Permalink
Better height
Browse files Browse the repository at this point in the history
  • Loading branch information
eNeRGy164 committed Feb 5, 2021
1 parent fa2e60a commit 403faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pixcel/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

for (int x = 1; x <= bitmap.Height; x++)
{
worksheet.Row(x).Height = 25;
worksheet.Row(x).Height = 27.5;
worksheet.Cells[x, y].Style.Fill.PatternType = ExcelFillStyle.Solid;
worksheet.Cells[x, y].Style.Fill.BackgroundColor.SetColor(bitmap.GetPixel(y - 1, x - 1));
}
Expand Down

0 comments on commit 403faf8

Please sign in to comment.