public abstract class XLSXReader extends Object
| Constructor and Description |
|---|
XLSXReader() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isNumeric(String str)
Checks if the string has a numeric value.
|
protected boolean |
isNumericGerman(String str)
Checks if the string has a numeric value in German format.
|
protected boolean |
isNumericUK(String str)
Checks if the string has a numeric value in UK format.
|
ExclyDate |
readDateCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
ExclyDouble |
readDoubleCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
ExclyInteger |
readIntegerCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
ExclyLong |
readLongCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
ExclyString |
readStringCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
protected boolean |
startsWithNumeric(String str)
Checks if the string has a numeric value at the beginning.
|
protected boolean isNumeric(String str)
str - The string which should be tested.protected boolean isNumericGerman(String str)
str - The string which should be tested.protected boolean isNumericUK(String str)
str - The string which should be tested.protected boolean startsWithNumeric(String str)
str - The string which should be tested.public ExclyString readStringCellValue(org.apache.poi.ss.usermodel.Cell cell)
cell - The Excel cell.public ExclyDouble readDoubleCellValue(org.apache.poi.ss.usermodel.Cell cell)
cell - The Excel cell.public ExclyInteger readIntegerCellValue(org.apache.poi.ss.usermodel.Cell cell)
cell - The Excel cell.public ExclyLong readLongCellValue(org.apache.poi.ss.usermodel.Cell cell)
cell - The Excel cell.public ExclyDate readDateCellValue(org.apache.poi.ss.usermodel.Cell cell)
cell - The Excel cell.Copyright © 2016 MuK Projects. All rights reserved.