xlsgen.lib.xls
クラス Cell

java.lang.Object
  拡張xlsgen.lib.xls.Cell

public class Cell
extends java.lang.Object

セル

バージョン:
$Revision: 1.3 $
作成者:
$Author: sugawara $

コンストラクタの概要
Cell(jxl.Cell cell)
          セルを生成する。
 
メソッドの概要
 int col()
          カラム番号を取得する。
 int getCol()
          カラム番号を取得する。
 int getLine()
          行番号を取得する。
 int line()
          行番号を取得する。
 java.lang.String toCSV()
          セルのCSV表現を取得する。
 java.lang.String toString()
          セルの文字列表現を取得する。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Cell

public Cell(jxl.Cell cell)
セルを生成する。

パラメータ:
cell - Java Excel APIのセル
関連項目:
jxl.Cell
メソッドの詳細

getLine

public int getLine()
行番号を取得する。
$cell.line

戻り値:
行番号

line

public int line()
行番号を取得する。
$cell.line()

戻り値:
行番号

getCol

public int getCol()
カラム番号を取得する。
$cell.col

戻り値:
カラム番号

col

public int col()
カラム番号を取得する。
$cell.col()

戻り値:
カラム番号

toCSV

public java.lang.String toCSV()
セルのCSV表現を取得する。

戻り値:
セルのCSV表現

toString

public java.lang.String toString()
セルの文字列表現を取得する。

戻り値:
セルの文字列表現