Java org.apache.poi.ss.format CellFormat fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

CellFormatResultapply(Object value)
Returns the result of applying the format to the given value.
CellFormatResultapply(Cell c)
Fetches the appropriate value from the cell, and returns the result of applying it to the appropriate format.
CellFormatgetInstance(String format)
Returns a CellFormat that applies the given format.