Class PoijiOptions

java.lang.Object
com.poiji.option.PoijiOptions

public final class PoijiOptions extends Object
Created by hakan on 17/01/2017.
  • Method Details

    • getPoijiNumberFormat

      public PoijiNumberFormat getPoijiNumberFormat()
    • getPoijiCellFormat

      public PoijiLogCellFormat getPoijiCellFormat()
    • getLimit

      public int getLimit()
    • setLimit

      public PoijiOptions setLimit(int limit)
    • getPassword

      public String getPassword()
    • datePattern

      public String datePattern()
    • dateFormatter

      public DateTimeFormatter dateFormatter()
    • dateTimeFormatter

      public DateTimeFormatter dateTimeFormatter()
    • preferNullOverDefault

      public boolean preferNullOverDefault()
    • skip

      public int skip()
      the number of skipped rows
      Returns:
      n rows skipped
    • ignoreHiddenSheets

      public boolean ignoreHiddenSheets()
    • trimCellValue

      public boolean trimCellValue()
    • setTrimCellValue

      public PoijiOptions setTrimCellValue(boolean trimCellValue)
    • getCasting

      public Casting getCasting()
    • setCasting

      public PoijiOptions setCasting(Casting casting)
    • sheetIndex

      public int sheetIndex()
    • getDateRegex

      public String getDateRegex()
    • getDateTimeRegex

      public String getDateTimeRegex()
    • getDateLenient

      public boolean getDateLenient()
    • getHeaderStart

      public int getHeaderStart()
    • getHeaderCount

      public int getHeaderCount()
    • getSheetName

      public String getSheetName()
    • getCaseInsensitive

      public boolean getCaseInsensitive()
    • getIgnoreWhitespaces

      public boolean getIgnoreWhitespaces()
    • isDisableXLSXNumberCellFormat

      public boolean isDisableXLSXNumberCellFormat()
    • getListDelimiter

      public String getListDelimiter()
    • getFormatting

      public Formatting getFormatting()
    • getLocale

      public Locale getLocale()
    • isRawData

      public boolean isRawData()