Package | Description |
---|---|
org.dromara.hutool.poi.excel |
POI中对Excel读写的封装,入口为ExcelUtil
|
org.dromara.hutool.poi.excel.writer |
Excel生成封装
|
Modifier and Type | Method and Description |
---|---|
RowGroup |
RowGroup.addChild(RowGroup child)
添加子分组
|
RowGroup |
RowGroup.addChild(String name)
添加指定名臣的子分组,最终分组
|
static RowGroup |
RowGroup.of(String name)
创建分组
|
RowGroup |
RowGroup.setChildren(List<RowGroup> children)
设置子分组
|
RowGroup |
RowGroup.setName(String name)
设置分组名称
|
RowGroup |
RowGroup.setStyle(org.apache.poi.ss.usermodel.CellStyle style)
设置样式
|
Modifier and Type | Method and Description |
---|---|
List<RowGroup> |
RowGroup.getChildren()
获取子分组
|
Modifier and Type | Method and Description |
---|---|
RowGroup |
RowGroup.addChild(RowGroup child)
添加子分组
|
Modifier and Type | Method and Description |
---|---|
RowGroup |
RowGroup.setChildren(List<RowGroup> children)
设置子分组
|
Modifier and Type | Method and Description |
---|---|
SheetDataWriter |
SheetDataWriter.writeHeader(int x,
int y,
int rowCount,
RowGroup rowGroup)
写出分组标题行
|
ExcelWriter |
ExcelWriter.writeHeader(int x,
int y,
int rowCount,
RowGroup rowGroup)
写出分组标题行
|
ExcelWriter |
ExcelWriter.writeHeader(RowGroup rowGroup)
写出分组标题行
|
Copyright © 2025. All rights reserved.