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() |
int |
getHeaderStart() |
int |
getLimit() |
String |
getPassword() |
String |
getSheetName() |
boolean |
ignoreHiddenSheets() |
boolean |
preferNullOverDefault() |
PoijiOptions |
setCaseInsensitive(boolean caseInsensitive) |
PoijiOptions |
setCasting(Casting casting) |
PoijiOptions |
setLimit(int limit) |
PoijiOptions |
setTrimCellValue(boolean trimCellValue) |
int |
sheetIndex() |
int |
skip()
the number of skipped rows
|
boolean |
trimCellValue() |
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 String getSheetName()
public boolean getCaseInsensitive()
public PoijiOptions setCaseInsensitive(boolean caseInsensitive)
Copyright © 2017–2020. All rights reserved.