public class Cell extends Object
| Constructor and Description |
|---|
Cell(ReadableWorkbook workbook,
CellType type,
Object value,
CellAddress address,
String formula,
String rawValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
OffsetDateTime |
asDate() |
BigDecimal |
asNumber() |
String |
asString() |
CellAddress |
getAddress() |
int |
getColumnIndex() |
String |
getFormula() |
String |
getRawValue() |
String |
getText() |
CellType |
getType() |
Object |
getValue() |
String |
toString() |
public Cell(ReadableWorkbook workbook, CellType type, Object value, CellAddress address, String formula, String rawValue)
public CellType getType()
public int getColumnIndex()
public CellAddress getAddress()
public Object getValue()
public String getRawValue()
public String getFormula()
public BigDecimal asNumber()
public OffsetDateTime asDate()
public boolean asBoolean()
public String asString()
public String getText()
Copyright © 2018. All rights reserved.