| 程序包 | 说明 |
|---|---|
| com.github.stupdit1t.excel.core | |
| com.github.stupdit1t.excel.core.export |
| 限定符和类型 | 方法和说明 |
|---|---|
private static int[] |
ExcelUtil.getFooterNum(List<ComplexCell> entries,
int currRowNum)
根据页脚数据获得行号
|
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) List<ComplexCell> |
OpsFooter.complexFooter
复杂表头设计容器
|
private List<ComplexCell> |
ExportRules.complexHeader
excel头:合并规则及值,rules.put("1,1,A,G", "其它应扣"); 对应excel位置
|
private List<ComplexCell> |
ExportRules.footerRules
excel尾 : 合并规则及值,rules.put("1,1,A,G", 值); 对应excel位置
|
(专用程序包) List<ComplexCell> |
OpsHeader.ComplexHeader.headers
表头规则
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ComplexCell> |
ExportRules.getComplexHeader()
获取复杂表头设计
|
List<ComplexCell> |
ExportRules.getFooterRules()
获取复杂尾部设计
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ExportRules |
ExportRules.complexRule(List<OutColumn<?>> column,
List<ComplexCell> complexHeader)
初始化规则,构建一个复杂表头
|
private void |
ExportRules.setComplexHeader(List<ComplexCell> complexHeader)
设置复杂表头
|
void |
ExportRules.setFooterRules(List<ComplexCell> footerRules)
尾行设计
|
| 构造器和说明 |
|---|
ExportRules(List<OutColumn<?>> column,
List<ComplexCell> complexHeader)
复杂表头构造
|
Copyright © 2023. All rights reserved.