From fe2ed974fbe2ec0aa817273eada05be15d3ad26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=84=9C?= Date: Tue, 27 Feb 2024 15:14:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=A0=9C=EA=B1=B0=20?= =?UTF-8?q?=EB=B0=8F=20values=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Git/ExcelSQL.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Server/Git/ExcelSQL.cs b/Server/Git/ExcelSQL.cs index ba77591..9928749 100644 --- a/Server/Git/ExcelSQL.cs +++ b/Server/Git/ExcelSQL.cs @@ -40,9 +40,9 @@ namespace Server.Git query = new StringBuilder(); for (int n = 0; n < sheets.Count; n++) { - Console.WriteLine(sheets[n].name); //초기화 newTableQuery = new StringBuilder(); + tableDatas = new StringBuilder(); tableDatas.Append("("); #region 신규 테이블 생성 @@ -135,7 +135,6 @@ namespace Server.Git case "int": case "float": case "long": - Console.WriteLine($"{pair.Value[sheets[n].variable[m]]}"); query.Append($"{pair.Value[sheets[n].variable[m]]}"); break; case "string":