| 程序包 | 说明 |
|---|---|
| cn.lesper |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
ExcelUtils.simpleSheet2Excel(List<SimpleSheetWrapper> sheets,
boolean isXSSF,
OutputStream os) |
无模板、无注解、多sheet数据
|
void |
ExcelUtils.simpleSheet2Excel(List<SimpleSheetWrapper> sheets,
boolean isXSSF,
String targetPath) |
无模板、无注解、多sheet数据
|
void |
ExcelUtils.simpleSheet2Excel(List<SimpleSheetWrapper> sheets,
OutputStream os) |
无模板、无注解、多sheet数据
|
void |
ExcelUtils.simpleSheet2Excel(List<SimpleSheetWrapper> sheets,
String targetPath) |
无模板、无注解、多sheet数据
|
Copyright © 2018. All rights reserved.