public abstract class ExcelDownloadUtils extends Object
| 构造器和说明 |
|---|
ExcelDownloadUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> void |
downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
List<T> data,
String downFileName,
String sheetName) |
static <T> void |
downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
List<T> data,
String downFileName,
String sheetName,
boolean isMould) |
static <T> void |
downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
Map<String,List<T>> dataMapVal,
String downFileName) |
static <T> void |
downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
Map<String,List<T>> dataMapVal,
String downFileName,
boolean isMould) |
public static <T> void downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
List<T> data,
String downFileName,
String sheetName)
throws IOException,
EasyExcelException
public static <T> void downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
List<T> data,
String downFileName,
String sheetName,
@MParam(value="\u662f\u5426\u4e0b\u8f7d\u6a21\u7248")
boolean isMould)
throws IOException,
EasyExcelException
public static <T> void downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
Map<String,List<T>> dataMapVal,
String downFileName)
throws IOException,
EasyExcelException
public static <T> void downLoadExcelByCurrentData(javax.servlet.http.HttpServletResponse response,
Map<String,List<T>> dataMapVal,
String downFileName,
@MParam(value="\u662f\u5426\u4e0b\u8f7d\u6a21\u7248")
boolean isMould)
throws IOException,
EasyExcelException
Copyright © 2022. All rights reserved.