public class ReadingOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static ReadingOptions |
DEFAULT_READING_OPTIONS |
| Constructor and Description |
|---|
ReadingOptions(boolean withCellFormat,
boolean cellInErrorIfParseError) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCellInErrorIfParseError() |
boolean |
isWithCellFormat() |
public static final ReadingOptions DEFAULT_READING_OPTIONS
public ReadingOptions(boolean withCellFormat,
boolean cellInErrorIfParseError)
withCellFormat - If true, extract cell formattingcellInErrorIfParseError - If true, cell type is ERROR if it is not possible to parse cell value.
If false, an exception is throw when there is a parsing errorpublic boolean isWithCellFormat()
public boolean isCellInErrorIfParseError()
Copyright © 2023. All rights reserved.