com.alibaba.excel.write.metadata.holder
类 WriteWorkbookHolder
- java.lang.Object
-
- com.alibaba.excel.metadata.AbstractHolder
-
- com.alibaba.excel.write.metadata.holder.AbstractWriteHolder
-
- com.alibaba.excel.write.metadata.holder.WriteWorkbookHolder
-
- 所有已实现的接口:
- ConfigurationHolder, Holder, WriteHolder
public class WriteWorkbookHolder extends AbstractWriteHolder
Workbook holder- 作者:
- Jiaju Zhuang
-
属性概要
从类继承的属性 com.alibaba.excel.write.metadata.holder.AbstractWriteHolder
excelWriteHeadProperty
字段概要
从类继承的字段 com.alibaba.excel.write.metadata.holder.AbstractWriteHolder
cellHandlerExecutionChain, ownSheetHandlerExecutionChain, ownWorkbookHandlerExecutionChain, rowHandlerExecutionChain, sheetHandlerExecutionChain, workbookHandlerExecutionChain
构造器概要
构造器 构造器和说明 WriteWorkbookHolder(WriteWorkbook writeWorkbook)
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 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从类继承的方法 com.alibaba.excel.write.metadata.holder.AbstractWriteHolder
automaticMergeHead, buildChain, excelWriteHeadProperty, ignore, initAnnotationConfig, initHandler, needHead, relativeHeadRowIndex, sortAndClearUpHandler
从类继承的方法 com.alibaba.excel.metadata.AbstractHolder
converterMap, globalConfiguration, isNew
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.alibaba.excel.metadata.ConfigurationHolder
converterMap, globalConfiguration, isNew
-
构造器详细资料
WriteWorkbookHolder
public WriteWorkbookHolder(WriteWorkbook writeWorkbook)
方法详细资料
holderType
public HolderEnum holderType()
从接口复制的说明:Holder
What holder is the return- 返回:
- Holder enum.
createCellStyle
public org.apache.poi.ss.usermodel.CellStyle createCellStyle(WriteCellStyle writeCellStyle, org.apache.poi.ss.usermodel.CellStyle originCellStyle)
create a cell style.- 参数:
-
writeCellStyle
- -
originCellStyle
- - 返回:
createFont
public org.apache.poi.ss.usermodel.Font createFont(WriteFont writeFont, org.apache.poi.ss.usermodel.Font originFont, boolean useCache)
create a font.- 参数:
-
writeFont
- -
originFont
- -
useCache
- - 返回:
createDataFormat
public Short createDataFormat(DataFormatData dataFormatData, boolean useCache)
create a data format.- 参数:
-
dataFormatData
- -
useCache
- - 返回:
Copyright © 2018–2021 Alibaba Group. All rights reserved.