public interface ExcelFactory
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelFactory |
applyDefaultStyle()
应用默认样式
|
org.apache.poi.ss.usermodel.Workbook |
build()
构建
|
ExcelFactory |
freezePanes(FreezePane... freezePanes)
窗口冻结
|
ExcelFactory |
sheetStrategy(SheetStrategy sheetStrategy)
生成 sheet 策略
|
ExcelFactory |
useDefaultStyle()
是否使用默认样式
|
ExcelFactory |
widthStrategy(WidthStrategy widthStrategy)
自动宽度策略
|
ExcelFactory |
workbookType(WorkbookType workbookType)
设置workbook类型
|
ExcelFactory useDefaultStyle()
ExcelFactory applyDefaultStyle()
ExcelFactory freezePanes(FreezePane... freezePanes)
freezePanes - 窗口冻结区域ExcelFactory workbookType(WorkbookType workbookType)
workbookType - 工作簿类型ExcelFactory widthStrategy(WidthStrategy widthStrategy)
widthStrategy - 策略ExcelFactory sheetStrategy(SheetStrategy sheetStrategy)
sheetStrategy - 策略org.apache.poi.ss.usermodel.Workbook build()
Copyright © 2023. All rights reserved.