public interface CommonCell
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
getBooleanCellValue()
Boolean型のセルとして値を取得する。
|
String |
getCellAddress()
セルのアドレスを取得する。
|
Date |
getDateCellValue()
日時型のセルとして値を取得する。
|
short |
getFormatIndex()
書式のインデックス番号を取得する。
|
String |
getFormatPattern()
書式のパターンを取得する。
|
double |
getNumberCellValue()
数値型のセルとして値を取得する。
|
String |
getTextCellValue()
文字列型のセルとして値を取得する。
|
boolean |
isBoolean()
ブール型のセルかどうか。
|
boolean |
isDateStart1904()
日時の開始日が1904年かどうか。
|
boolean |
isNumber()
数値型のセルかどうか。
|
boolean |
isText()
文字列型のセルかどうか。
|
short getFormatIndex()
インデックス番号がない場合は0を返す。
String getFormatPattern()
パターンがない場合は、空文字を返す。
boolean isText()
boolean isBoolean()
boolean isNumber()
String getTextCellValue()
boolean getBooleanCellValue()
double getNumberCellValue()
日時型の場合でもExcelの内部表現である数値に変換して値を取得する。
Date getDateCellValue()
ただじ、タイムゾーンは標準のGMT-00:00とする。
数値型の場合でも日時型に変換して値を取得する。
boolean isDateStart1904()
String getCellAddress()
Copyright © 2021 mygreen. All rights reserved.