com.alibaba.excel.write.metadata.holder

接口 WriteHolder

    • 属性详细信息

      • excelWriteHead

        ExcelWriteHeadProperty excelWriteHeadProperty
        What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
    • 方法详细资料

      • excelWriteHeadProperty

        ExcelWriteHeadProperty excelWriteHeadProperty()
        What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
      • ignore

        boolean ignore(String fieldName,
                       Integer columnIndex)
        Is to determine if a field needs to be ignored
        参数:
        fieldName -
        columnIndex -
        返回:
      • needHead

        boolean needHead()
        Whether a header is required for the currently operated cell
        返回:
      • automaticMergeHead

        boolean automaticMergeHead()
        Whether need automatic merge headers.
        返回:
      • relativeHeadRowIndex

        int relativeHeadRowIndex()
        Writes the head relative to the existing contents of the sheet. Indexes are zero-based.
        返回:

Copyright © 2018–2021 Alibaba Group. All rights reserved.