| 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()
Specifies the Excel cell data type supported by this converter.
|
CellDataTypeEnum |
BigDecimalBooleanConverter.supportExcelTypeKey()
Returns the Excel cell data type key supported by this converter.
|
CellDataTypeEnum |
BigDecimalNumberConverter.supportExcelTypeKey()
Specifies the Excel cell data type supported by this converter.
|
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
BigIntegerBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BigIntegerNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BigIntegerStringConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
BooleanNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BooleanStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
BooleanBooleanConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
ByteStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
ByteBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
ByteNumberConverter.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 |
FloatNumberConverter.supportExcelTypeKey() |
CellDataTypeEnum |
FloatBooleanConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
IntegerStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
IntegerBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
IntegerNumberConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
LocalDateStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
LocalDateNumberConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
LocalDateTimeStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
LocalDateTimeNumberConverter.supportExcelTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
CellDataTypeEnum |
LongStringConverter.supportExcelTypeKey() |
CellDataTypeEnum |
LongBooleanConverter.supportExcelTypeKey() |
CellDataTypeEnum |
LongNumberConverter.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)
Constructor for creating a WriteCellData object with a specified cell data type.
|
WriteCellData(CellDataTypeEnum type,
String stringValue)
Constructor for creating a WriteCellData object with a specified cell data type and string value.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
WriteWorkbookHolder.createCellStyle(WriteCellStyle writeCellStyle,
org.apache.poi.ss.usermodel.CellStyle originCellStyle,
CellDataTypeEnum cellDataType)
create a cell style.
|
Copyright © 2024–2025 fast-excel. All rights reserved.