public final class PoijiOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PoijiOptions.PoijiOptionsBuilder |
| Modifier and Type | Method and Description |
|---|---|
String |
datePattern() |
DateTimeFormatter |
dateTimeFormatter() |
boolean |
getDateLenient() |
String |
getDateRegex() |
String |
getPassword() |
boolean |
ignoreHiddenSheets() |
boolean |
preferNullOverDefault() |
PoijiOptions |
setTrimCellValue(boolean trimCellValue) |
int |
sheetIndex() |
int |
skip()
the number of skipped rows
|
boolean |
trimCellValue() |
public String getPassword()
public String datePattern()
public DateTimeFormatter dateTimeFormatter()
public boolean preferNullOverDefault()
public int skip()
public boolean ignoreHiddenSheets()
public boolean trimCellValue()
public PoijiOptions setTrimCellValue(boolean trimCellValue)
public int sheetIndex()
public String getDateRegex()
public boolean getDateLenient()
Copyright © 2017–2018. All rights reserved.