public interface ExcelBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addContent(List data,
int startRow) |
void |
addContent(List data,
Sheet sheetParam) |
void |
addContent(List data,
Sheet sheetParam,
Table table) |
void |
finish() |
void |
init(InputStream templateInputStream,
OutputStream out,
ExcelTypeEnum excelType,
boolean needHead) |
void init(InputStream templateInputStream, OutputStream out, ExcelTypeEnum excelType, boolean needHead)
void addContent(List data, int startRow)
void finish()
Copyright © 2018 Alibaba Group. All rights reserved.