com.alibaba / easyexcel / 3.0.5 / docs / com / alibaba / excel / read / builder / AbstractExcelReaderParameterBuilder.html
com.alibaba.excel.read.builder

类 AbstractExcelReaderParameterBuilder<T extends AbstractExcelReaderParameterBuilder,C extends ReadBasicParameter>

    • 构造器详细资料

      • AbstractExcelReaderParameterBuilder

        public AbstractExcelReaderParameterBuilder()
    • 方法详细资料

      • headRowNumber

        public T headRowNumber(Integer headRowNumber)
        Count the number of added heads when read sheet.

        0 - This Sheet has no head ,since the first row are the data

        1 - This Sheet has one row head , this is the default

        2 - This Sheet has two row head ,since the third row is the data

        参数:
        headRowNumber -
        返回:
      • useScientificFormat

        public T useScientificFormat(Boolean useScientificFormat)
        Whether to use scientific Format. default is false
        参数:
        useScientificFormat -
        返回:
      • registerReadListener

        public T registerReadListener(ReadListener<?> readListener)
        Custom type listener run after default
        参数:
        readListener -
        返回:

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