BooleanCell, BooleanFormulaCell, DateCell, DateFormulaCell, ErrorCell, ErrorFormulaCell, FormulaCell, LabelCell, NumberCell, NumberFormulaCell, StringFormulaCell, WritableCellBlank, jxl.write.biff.BlankRecord, Boolean, jxl.write.biff.BooleanRecord, jxl.write.biff.CellValue, jxl.write.biff.DateRecord, DateTime, Formula, jxl.write.biff.FormulaRecord, Label, jxl.write.biff.LabelRecord, Number, jxl.write.biff.NumberRecordpublic interface Cell
| Modifier and Type | Method | Description |
|---|---|---|
CellFeatures |
getCellFeatures() |
Gets any special cell features, such as comments (notes) or cell
validation present for this cell
|
CellFormat |
getCellFormat() |
Gets the cell format which applies to this cell
Note that for cell with a cell type of EMPTY, which has no formatting
information, this method will return null.
|
int |
getColumn() |
Returns the column number of this cell
|
java.lang.String |
getContents() |
Quick and dirty function to return the contents of this cell as a string.
|
int |
getRow() |
Returns the row number of this cell
|
CellType |
getType() |
Returns the content type of this cell
|
boolean |
isHidden() |
Indicates whether or not this cell is hidden, by virtue of either
the entire row or column being collapsed
|
int getRow()
int getColumn()
CellType getType()
boolean isHidden()
java.lang.String getContents()
CellFormat getCellFormat()
CellFeatures getCellFeatures()