Package | Description |
---|---|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
CellData.CellType |
CellData.getResultType()
Gets the cell result type.
|
CellData.CellType |
CellData.getType()
Gets the cell type.
If the cell is a formula then you are possible getting the FORMULA or ERROR .You could use CellData.getResultType() to get result type for a cell or a formula-cell. |
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 |
---|---|
CellData.CellType |
CellDataImpl.getResultType() |
CellData.CellType |
CellDataImpl.getType() |
Copyright © 2020. All rights reserved.