public interface GenerateContext
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildCurrentSheet(Sheet sheet) |
void |
buildTable(Table table) |
org.apache.poi.ss.usermodel.CellStyle |
getCurrentContentStyle() |
org.apache.poi.ss.usermodel.CellStyle |
getCurrentHeadCellStyle() |
org.apache.poi.ss.usermodel.Sheet |
getCurrentSheet() |
ExcelHeadProperty |
getExcelHeadProperty() |
OutputStream |
getOutputStream() |
org.apache.poi.ss.usermodel.Workbook |
getWorkbook() |
boolean |
needHead() |
org.apache.poi.ss.usermodel.Sheet getCurrentSheet()
org.apache.poi.ss.usermodel.CellStyle getCurrentHeadCellStyle()
org.apache.poi.ss.usermodel.CellStyle getCurrentContentStyle()
org.apache.poi.ss.usermodel.Workbook getWorkbook()
OutputStream getOutputStream()
void buildCurrentSheet(Sheet sheet)
sheet - void buildTable(Table table)
table - ExcelHeadProperty getExcelHeadProperty()
boolean needHead()
Copyright © 2018 Alibaba Group. All rights reserved.