0
POI 3.15のgetCellTypeは減価償却されており、ドキュメントでは同等のものは表示されません。getCellTypeに相当します。Apache POI 3.15
誰もがポイ
よろしく Libinのセバスチャン
POI 3.15のgetCellTypeは減価償却されており、ドキュメントでは同等のものは表示されません。getCellTypeに相当します。Apache POI 3.15
誰もがポイ
よろしく Libinのセバスチャン
の最新バージョンを使用して、細胞の種類を取得するために使用するのか方法を知っているあなたは、Apache POI documentationに応じgetCellTypeEnum
方法を使用することができます。 CellType
を返します。_NONE、BLANK、BOOLEAN、ERROR、FORMULA、NUMERICまたはSTRINGのセルタイプが返されます。
_NONE-Unknown type, used to represent a state prior to initialization or the lack of a concrete type.
BLANK-Blank cell type
BOOLEAN-Boolean cell type
ERROR-Error cell type
FORMULA-Formula cell type
NUMERIC-Numeric cell type (whole numbers, fractional numbers, dates)
STRING-String (text) cell type