Java org.apache.poi.ss.usermodel CellValue fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel CellValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel CellValue.

The text is from its open source code.

Field

CellValueTRUE
CellValueFALSE

Constructor

Method

StringformatAsString()
booleangetBooleanValue()
CellTypegetCellType()
Return the cell type.
CellTypegetCellTypeEnum()
Return the cell type.
CellValuegetError(int errorCode)
bytegetErrorValue()
doublegetNumberValue()
StringgetStringValue()
StringtoString()