com.alibaba.excel.write.metadata.holder

类 WriteWorkbookHolder

    • 构造器详细资料

      • 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.