From c31b9d6c2ef028d49af15cad4738e93748df436c Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期四, 20 六月 2019 15:16:06 +0800 Subject: [PATCH] 去掉问题 --- sensor/src/com/fgkj/report/FileUtil.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sensor/src/com/fgkj/report/FileUtil.java b/sensor/src/com/fgkj/report/FileUtil.java index 9d2320f..f170cc7 100644 --- a/sensor/src/com/fgkj/report/FileUtil.java +++ b/sensor/src/com/fgkj/report/FileUtil.java @@ -31,7 +31,6 @@ import org.apache.poi.ss.formula.functions.T; import org.apache.struts2.ServletActionContext; -import com.fgkj.dto.User; public class FileUtil { private static String filename="鐢ㄦ埛琛�.xls"; @@ -44,7 +43,7 @@ return is; } - public static void WriterFile(List<User> list){ + /*public static void WriterFile(List<User> list){ HSSFWorkbook workbook = new HSSFWorkbook(); HSSFSheet sheet = workbook.createSheet("sheet1"); @@ -107,7 +106,7 @@ } } - + */ public void exportExcel(String title, String[] headers, Collection dataset, String fileName, String pattern, String type) throws FileNotFoundException, IOException { -- Gitblit v1.9.1