public class EasyExcelResponseUtils extends Object
| 构造器和说明 |
|---|
EasyExcelResponseUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> com.litongjava.tio.http.common.HttpResponse |
export(com.litongjava.tio.http.common.HttpResponse response,
String filename,
String sheetName,
List<com.litongjava.db.activerecord.Record> records,
Class<T> clazz)
自定义导出
|
static com.litongjava.tio.http.common.HttpResponse |
exportAllTableRecords(com.litongjava.tio.http.common.HttpResponse response,
String filename,
LinkedHashMap<String,List<com.litongjava.db.activerecord.Record>> allTableData) |
static com.litongjava.tio.http.common.HttpResponse |
exportRecords(com.litongjava.tio.http.common.HttpResponse response,
String filename,
String sheetName,
List<com.litongjava.db.activerecord.Record> records) |
public static com.litongjava.tio.http.common.HttpResponse exportRecords(com.litongjava.tio.http.common.HttpResponse response,
String filename,
String sheetName,
List<com.litongjava.db.activerecord.Record> records)
public static com.litongjava.tio.http.common.HttpResponse exportAllTableRecords(com.litongjava.tio.http.common.HttpResponse response,
String filename,
LinkedHashMap<String,List<com.litongjava.db.activerecord.Record>> allTableData)
Copyright © 2024. All rights reserved.