com.alibaba / easyexcel / 3.0.5 / docs / com / alibaba / excel / write / builder / AbstractExcelWriterParameterBuilder.html
com.alibaba.excel.write.builder

类 AbstractExcelWriterParameterBuilder<T extends AbstractExcelWriterParameterBuilder,C extends WriteBasicParameter>

    • 构造器详细资料

      • AbstractExcelWriterParameterBuilder

        public AbstractExcelWriterParameterBuilder()
    • 方法详细资料

      • relativeHeadRowIndex

        public T relativeHeadRowIndex(Integer relativeHeadRowIndex)
        Writes the head relative to the existing contents of the sheet. Indexes are zero-based.
        参数:
        relativeHeadRowIndex -
        返回:
      • needHead

        public T needHead(Boolean needHead)
        Need Head
      • registerWriteHandler

        public T registerWriteHandler(WriteHandler writeHandler)
        Custom write handler
        参数:
        writeHandler -
        返回:
      • useDefaultStyle

        public T useDefaultStyle(Boolean useDefaultStyle)
        Use the default style.Default is true.
        参数:
        useDefaultStyle -
        返回:
      • automaticMergeHead

        public T automaticMergeHead(Boolean automaticMergeHead)
        Whether to automatically merge headers.Default is true.
        参数:
        automaticMergeHead -
        返回:
      • excludeColumnIndexes

        public T excludeColumnIndexes(Collection<Integer> excludeColumnIndexes)
        Ignore the custom columns.
      • excludeColumnFiledNames

        public T excludeColumnFiledNames(Collection<String> excludeColumnFiledNames)
        Ignore the custom columns.
      • includeColumnIndexes

        public T includeColumnIndexes(Collection<Integer> includeColumnIndexes)
        Only output the custom columns.
      • includeColumnFiledNames

        public T includeColumnFiledNames(Collection<String> includeColumnFiledNames)
        Only output the custom columns.

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