public class WriteWorkbookHolder extends AbstractWriteHolder
cellHandlerExecutionChain, ownSheetHandlerExecutionChain, ownWorkbookHandlerExecutionChain, rowHandlerExecutionChain, sheetHandlerExecutionChain, workbookHandlerExecutionChain| Constructor and Description |
|---|
WriteWorkbookHolder(WriteWorkbook writeWorkbook) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
createCellStyle(WriteCellStyle writeCellStyle,
org.apache.poi.ss.usermodel.CellStyle originCellStyle)
create a cell style.
|
Short |
createDataFormat(DataFormatData dataFormatData,
boolean useCache)
create a data format.
|
org.apache.poi.ss.usermodel.Font |
createFont(WriteFont writeFont,
org.apache.poi.ss.usermodel.Font originFont,
boolean useCache)
create a font.
|
HolderEnum |
holderType()
What holder is the return
|
automaticMergeHead, buildChain, excelWriteHeadProperty, ignore, initAnnotationConfig, initHandler, needHead, relativeHeadRowIndex, sortAndClearUpHandlerconverterMap, globalConfiguration, isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconverterMap, globalConfiguration, isNewpublic WriteWorkbookHolder(WriteWorkbook writeWorkbook)
public HolderEnum holderType()
Holderpublic org.apache.poi.ss.usermodel.CellStyle createCellStyle(WriteCellStyle writeCellStyle, org.apache.poi.ss.usermodel.CellStyle originCellStyle)
writeCellStyle - originCellStyle - public org.apache.poi.ss.usermodel.Font createFont(WriteFont writeFont, org.apache.poi.ss.usermodel.Font originFont, boolean useCache)
writeFont - originFont - useCache - public Short createDataFormat(DataFormatData dataFormatData, boolean useCache)
dataFormatData - useCache - Copyright © 2018–2022 Alibaba Group. All rights reserved.