クラス
org.torikiri.xlsapi.Cell の使用

Cell を使用しているパッケージ
org.torikiri.xlsapi   
 

org.torikiri.xlsapi での Cell の使用
 

Cell を返す org.torikiri.xlsapi のメソッド
 Cell Cell.active(boolean active)
           
protected  Cell Cell.add(Property<HSSFCell> property)
           
protected  Cell Cell.add(StyleProperty a)
           
static Cell XlsAPI.cell(boolean value)
           
static Cell XlsAPI.cell(Calendar value)
           
static Cell XlsAPI.cell(Date value)
           
static Cell XlsAPI.cell(double value)
           
static Cell XlsAPI.cell(String value)
           
 Cell Cell.cellType(int cellType)
           
 Cell Cell.style(Style style)
           
 

Cell 型のパラメータを持つ org.torikiri.xlsapi のメソッド
static Row XlsAPI.row(Cell... cells)
           
 

Cell 型のパラメータを持つ org.torikiri.xlsapi のコンストラクタ
Row(Cell... cells)
           
Row(int index, Cell... cells)