| Package | Description |
|---|---|
| org.jxls.common |
| Modifier and Type | Field and Description |
|---|---|
protected CellData.CellType |
CellData.cellType |
protected CellData.CellType |
CellData.targetCellType |
| Modifier and Type | Method and Description |
|---|---|
CellData.CellType |
CellData.getCellType() |
static CellData.CellType |
CellData.CellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellData.CellType[] |
CellData.CellType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellData.setCellType(CellData.CellType cellType) |
| Constructor and Description |
|---|
CellData(CellRef cellRef,
CellData.CellType cellType,
Object cellValue) |
CellData(String sheetName,
int row,
int col,
CellData.CellType cellType,
Object cellValue) |
Copyright © 2019. All rights reserved.