jxl.write
Interface WritableCell
- Cell
- Blank, Boolean, DateTime, Formula, Label, Number
public interface WritableCell
The interface for all writable cells
copyTo
public WritableCell copyTo(int col,
int row)
A deep copy. The returned cell still needs to be added to the sheet.
By not automatically adding the cell to the sheet, the client program
may change certain attributes, such as the value or the format
col
- the column which the new cell will occupyrow
- the row which the new cell will occupy
- a copy of this cell, which can then be added to the sheet
getWritableCellFeatures
public WritableCellFeatures getWritableCellFeatures()
Accessor for the cell features
- the cell features or NULL if this cell doesn't have any
setCellFormat
public void setCellFormat(CellFormat cf)
Sets the cell format for this cell