public interface ExcelFactory
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelFactory |
applyDefaultStyle()
应用默认样式
|
org.apache.poi.ss.usermodel.Workbook |
build()
构建
|
ExcelFactory |
freezePanes(FreezePane... freezePanes)
窗口冻结
|
default ExcelFactory |
nameManager(Map<String,List<?>> nameMapping)
指定名称管理器
|
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 - 策略default ExcelFactory nameManager(Map<String,List<?>> nameMapping)
nameMapping - 名称映射org.apache.poi.ss.usermodel.Workbook build()
Copyright © 2024. All rights reserved.