From f995cae74369b87f94595f237517205b59826429 Mon Sep 17 00:00:00 2001 From: Adelina888 Date: Fri, 13 Dec 2024 13:46:24 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectPolyclinic/Reports/ExcelBuilder.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ProjectPolyclinic/ProjectPolyclinic/Reports/ExcelBuilder.cs b/ProjectPolyclinic/ProjectPolyclinic/Reports/ExcelBuilder.cs index 5622f64..ff51759 100644 --- a/ProjectPolyclinic/ProjectPolyclinic/Reports/ExcelBuilder.cs +++ b/ProjectPolyclinic/ProjectPolyclinic/Reports/ExcelBuilder.cs @@ -88,7 +88,7 @@ internal class ExcelBuilder for (var j = 0; j < data[i].Length; ++j) { CreateCell(j, _rowIndex, data[i][j], - StyleIndex.SimpleTextWithoutBorder); + StyleIndex.SimpleTextWithBorder); } _rowIndex++; } @@ -217,8 +217,8 @@ workbookPart.AddNewPart(); { NumberFormatId = 1, FormatId = 0, - FontId = 1, - BorderId = 0, + FontId = 0, + BorderId = 1, FillId = 0, Alignment = new Alignment() { @@ -231,8 +231,8 @@ workbookPart.AddNewPart(); { NumberFormatId = 2, FormatId = 0, - FontId = 0, - BorderId = 1, + FontId = 1, + BorderId = 0, FillId = 0, Alignment = new Alignment() {