jxl
Interface NumberCell
- Cell
- NumberFormulaCell
- Number
public interface NumberCell
A cell which contains a numerical value
NumberFormat | getNumberFormat() - Gets the NumberFormat used to format this cell.
|
double | getValue() - Gets the double contents for this cell.
|
getNumberFormat
public NumberFormat getNumberFormat()
Gets the NumberFormat used to format this cell. This is the java
equivalent of the Excel format
- the NumberFormat used to format the cell
getValue
public double getValue()
Gets the double contents for this cell.