From baaaa0de02c5a04253177bbcebb9baef3f6dd4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E9=87=8CLiley?= Date: Sat, 25 Jun 2022 01:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BD=BF=E7=94=A8=E7=BA=BF?= =?UTF-8?q?=E7=A8=8B=E5=AE=89=E5=85=A8=E7=9A=84=E9=9B=86=E5=90=88=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E5=AF=BC=E8=87=B4=E6=80=A7=E8=83=BD=E6=80=A5?= =?UTF-8?q?=E5=89=A7=E4=B8=8B=E9=99=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MiniExcel/Utils/ColumnHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MiniExcel/Utils/ColumnHelper.cs b/src/MiniExcel/Utils/ColumnHelper.cs index a5ff1d3..8612739 100644 --- a/src/MiniExcel/Utils/ColumnHelper.cs +++ b/src/MiniExcel/Utils/ColumnHelper.cs @@ -13,7 +13,7 @@ internal static partial class ColumnHelper private static readonly ConcurrentDictionary _AlphabetMappingInt = new ConcurrentDictionary(); static ColumnHelper() { - CheckAndSetMaxColumnIndex(GENERAL_COLUMN_INDEX); + // CheckAndSetMaxColumnIndex(GENERAL_COLUMN_INDEX); } public static string GetAlphabetColumnName(int columnIndex) -- Gitee