From 92fcfed38d97759ed6aa4f9e06a1f6badbae51c1 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 11:30:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Git/XlsxToJson.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Git/XlsxToJson.cs b/Server/Git/XlsxToJson.cs index cc57e6b..437c69e 100644 --- a/Server/Git/XlsxToJson.cs +++ b/Server/Git/XlsxToJson.cs @@ -31,7 +31,7 @@ namespace Server.Git break; case "all": string name = sheets[m].name; - Dictionary> clientSheet = new Dictionary>(sheet.dicViewer); + Dictionary> clientSheet = new Dictionary>(sheets[m].dicViewer); for (int i = 1; i < sheets[m].dataEnum.Count; i++) { if (sheets[m].dataEnum[i] == "server")