Package | Description |
---|---|
cn.hutool.poi.excel |
POI中对Excel读写的封装,入口为ExcelUtil
|
cn.hutool.poi.excel.style |
Excel样式封装,入口为:StyleUtil
|
Modifier and Type | Method and Description |
---|---|
ExcelWriter |
ExcelWriter.setHeaderOrFooter(String text,
Align align,
boolean isFooter)
设置Excel页眉或页脚
|
Modifier and Type | Method and Description |
---|---|
static Align |
Align.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Align[] |
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.