Class PoijiOptions


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

      • getLimit

        public int getLimit()
      • getPassword

        public String getPassword()
      • datePattern

        public String datePattern()
      • 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()
      • 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()
      • getNamedHeaderMandatory

        public boolean getNamedHeaderMandatory()
      • isDisableXLSXNumberCellFormat

        public boolean isDisableXLSXNumberCellFormat()
      • getListDelimiter

        public String getListDelimiter()
      • getFormatting

        public Formatting getFormatting()
      • getLocale

        public Locale getLocale()