| Package | Description |
|---|---|
| xyz.frt.poi.service |
| Modifier and Type | Method and Description |
|---|---|
ExcelDataType |
ExcelMapRule.getExcelDataType() |
static ExcelDataType |
ExcelDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelDataType[] |
ExcelDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelMapRule.Builder |
ExcelMapRule.Builder.excelDataType(ExcelDataType val) |
void |
ExcelMapRule.setExcelDataType(ExcelDataType excelDataType) |
| Constructor and Description |
|---|
ExcelMapRule(String excelColumnName,
String fieldName,
ExcelDataType excelDataType,
Integer length,
boolean isNull) |
ExcelMapRule(String excelColumnName,
String fieldName,
ExcelDataType excelDataType,
Integer length,
boolean isNull,
Object[] examples,
String regEx) |
ExcelMapRule(String excelColumnName,
String fieldName,
ExcelDataType excelDataType,
Integer length,
boolean isNull,
String regEx) |
Copyright © 2018. All rights reserved.