From d7ca9b95b13ab7b1fba3ade4673ed49ac6f598a5 Mon Sep 17 00:00:00 2001 From: Adelina888 Date: Fri, 13 Dec 2024 13:35:22 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=B5=D0=B5=20=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=83?= 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() {