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")