Class ExcelReadConfig

java.lang.Object
org.miaixz.bus.office.excel.ExcelConfig
org.miaixz.bus.office.excel.reader.ExcelReadConfig

public class ExcelReadConfig extends ExcelConfig
Excel读取配置
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

    • ignoreEmptyRow

      protected boolean ignoreEmptyRow
      是否忽略空行
  • Constructor Details

    • ExcelReadConfig

      public ExcelReadConfig()
  • Method Details

    • isIgnoreEmptyRow

      public boolean isIgnoreEmptyRow()
      是否忽略空行
      Returns:
      是否忽略空行
    • setIgnoreEmptyRow

      public ExcelReadConfig setIgnoreEmptyRow(boolean ignoreEmptyRow)
      设置是否忽略空行
      Parameters:
      ignoreEmptyRow - 是否忽略空行
      Returns:
      this