diff --git a/src/main/java/neatlogic/framework/util/ExcelUtil.java b/src/main/java/neatlogic/framework/util/ExcelUtil.java
deleted file mode 100644
index 5d35a9b619350085bb68ce6d7e1c9e65db793ac6..0000000000000000000000000000000000000000
--- a/src/main/java/neatlogic/framework/util/ExcelUtil.java
+++ /dev/null
@@ -1,462 +0,0 @@
-/*Copyright (C) 2024 深圳极向量科技有限公司 All Rights Reserved.
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public License
-along with this program. If not, see .*/
-
-package neatlogic.framework.util;
-
-import org.apache.commons.collections4.CollectionUtils;
-import org.apache.poi.hssf.usermodel.*;
-import org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined;
-import org.apache.poi.ss.SpreadsheetVersion;
-import org.apache.poi.ss.usermodel.*;
-import org.apache.poi.ss.util.CellRangeAddressList;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import java.io.IOException;
-import java.io.OutputStream;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-/**
- * @program: neatlogic
- * @description:
- * @create: 2020-03-31 17:00
- **/
-@Deprecated
-public class ExcelUtil {
-
- static Logger logger = LoggerFactory.getLogger(ExcelUtil.class);
-
- /**
- * @Description: excel 导出
- * @Param: [headerList, columnList, columnSelectValueList, dataMapList, os]
- * @return: void
- */
- public static void exportExcel(List headerList, List columnList, List> columnSelectValueList, List