public class POIEvaluatedCell extends POICell
コンストラクタと説明 |
---|
POIEvaluatedCell(Cell cell,
CellValue value)
セルと評価した結果を
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
getBooleanCellValue()
Boolean型のセルとして値を取得する。
|
CellValue |
getCellValue()
式を評価したセルの値を取得する。
|
Date |
getDateCellValue()
日時型のセルとして値を取得する。
|
double |
getNumberCellValue()
数値型のセルとして値を取得する。
|
String |
getTextCellValue()
文字列型のセルとして値を取得する。
|
boolean |
isBoolean()
ブール型のセルかどうか。
|
boolean |
isNumber()
数値型のセルかどうか。
|
boolean |
isText()
文字列型のセルかどうか。
|
getCell, getCellAddress, getFormatIndex, getFormatPattern, isDateStart1904
public CellValue getCellValue()
public boolean isText()
CommonCell
isText
インタフェース内 CommonCell
isText
クラス内 POICell
public String getTextCellValue()
CommonCell
getTextCellValue
インタフェース内 CommonCell
getTextCellValue
クラス内 POICell
public boolean isBoolean()
CommonCell
isBoolean
インタフェース内 CommonCell
isBoolean
クラス内 POICell
public boolean getBooleanCellValue()
CommonCell
getBooleanCellValue
インタフェース内 CommonCell
getBooleanCellValue
クラス内 POICell
public boolean isNumber()
CommonCell
isNumber
インタフェース内 CommonCell
isNumber
クラス内 POICell
public double getNumberCellValue()
CommonCell
日時型の場合でもExcelの内部表現である数値に変換して値を取得する。
getNumberCellValue
インタフェース内 CommonCell
getNumberCellValue
クラス内 POICell
public Date getDateCellValue()
CommonCell
ただじ、タイムゾーンは標準のGMT-00:00とする。
数値型の場合でも日時型に変換して値を取得する。
getDateCellValue
インタフェース内 CommonCell
getDateCellValue
クラス内 POICell
Copyright © 2021 mygreen. All rights reserved.