| Modifier and Type | Method and Description |
|---|---|
default CellDataTypeEnum |
Converter.supportExcelTypeKey()
Back to object enum in excel
|
| Modifier and Type | Method and Description |
|---|---|
static ConverterKeyBuild.ConverterKey |
ConverterKeyBuild.buildKey(Class<?> clazz,
CellDataTypeEnum cellDataTypeEnum) |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
BigDecimalStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BigDecimalBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BigDecimalNumberConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
BigIntegerBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BigIntegerNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BigIntegerStringConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
BooleanBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BooleanNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BooleanStringConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
ByteStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
ByteNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
ByteBooleanConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
DateStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
DateNumberConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
DoubleStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
DoubleNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
DoubleBooleanConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
FloatStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
FloatBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
FloatNumberConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
IntegerNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
IntegerBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
IntegerStringConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
LocalDateNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
LocalDateTimeStringConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
LongNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
LongStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
LongBooleanConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
ShortNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
ShortBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
ShortStringConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
StringErrorConverter.supportExcelTypeKey() |
CellDataTypeEnum |
StringNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
StringStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
StringBooleanConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
static CellDataTypeEnum |
CellDataTypeEnum.buildFromCellType(String cellType)
Build data types
|
static CellDataTypeEnum |
CellDataTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellDataTypeEnum[] |
CellDataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReadCellData(CellDataTypeEnum type) |
ReadCellData(CellDataTypeEnum type,
String stringValue) |
WriteCellData(CellDataTypeEnum type) |
WriteCellData(CellDataTypeEnum type,
String stringValue) |
Copyright © 2018–2022 Alibaba Group. All rights reserved.