public final class PoijiOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PoijiOptions.PoijiOptionsBuilder |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatter |
dateFormatter() |
String |
datePattern() |
DateTimeFormatter |
dateTimeFormatter() |
boolean |
getCaseInsensitive() |
Casting |
getCasting() |
boolean |
getDateLenient() |
String |
getDateRegex() |
String |
getDateTimeRegex() |
Formatting |
getFormatting() |
int |
getHeaderCount() |
int |
getHeaderStart() |
boolean |
getIgnoreWhitespaces() |
int |
getLimit() |
String |
getListDelimiter() |
Locale |
getLocale() |
boolean |
getNamedHeaderMandatory() |
String |
getPassword() |
PoijiLogCellFormat |
getPoijiCellFormat() |
PoijiNumberFormat |
getPoijiNumberFormat() |
String |
getSheetName() |
boolean |
ignoreHiddenSheets() |
boolean |
isDisableXLSXNumberCellFormat() |
boolean |
preferNullOverDefault() |
PoijiOptions |
setCasting(Casting casting) |
PoijiOptions |
setLimit(int limit) |
PoijiOptions |
setTrimCellValue(boolean trimCellValue) |
int |
sheetIndex() |
int |
skip()
the number of skipped rows
|
boolean |
trimCellValue() |
public PoijiNumberFormat getPoijiNumberFormat()
public PoijiLogCellFormat getPoijiCellFormat()
public int getLimit()
public PoijiOptions setLimit(int limit)
public String getPassword()
public String datePattern()
public DateTimeFormatter dateFormatter()
public DateTimeFormatter dateTimeFormatter()
public boolean preferNullOverDefault()
public int skip()
public boolean ignoreHiddenSheets()
public boolean trimCellValue()
public PoijiOptions setTrimCellValue(boolean trimCellValue)
public Casting getCasting()
public PoijiOptions setCasting(Casting casting)
public int sheetIndex()
public String getDateRegex()
public String getDateTimeRegex()
public boolean getDateLenient()
public int getHeaderStart()
public int getHeaderCount()
public String getSheetName()
public boolean getCaseInsensitive()
public boolean getIgnoreWhitespaces()
public boolean getNamedHeaderMandatory()
public boolean isDisableXLSXNumberCellFormat()
public String getListDelimiter()
public Formatting getFormatting()
public Locale getLocale()
Copyright © 2017–2020. All rights reserved.