public abstract class ExcelReportUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
logger |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
exportExcel(InputStream is,
OutputStream os,
Map<String,Object> model)
jxls 模版导入导出 文档
|
static void |
exportExcel(InputStream is,
OutputStream os,
Map<String,Object> model,
Map<String,Object> extendFuns)
jxls 模版导入导出 文档
|
public static void exportExcel(InputStream is, OutputStream os, Map<String,Object> model, Map<String,Object> extendFuns) throws IOException
is - jxls模版os - 生产的excel表格model - 数据模型extendFuns - 外部函数IOException - IO异常public static void exportExcel(InputStream is, OutputStream os, Map<String,Object> model) throws IOException
is - jxls模版os - 生产的excel表格model - 数据模型IOException - IO异常Copyright © 2025 江苏南大先腾信息产业股份有限公司. All rights reserved.