Java org.apache.poi.hssf.usermodel HSSFDataFormat fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

shortgetBuiltinFormat(String format)
get the format index that matches the given format string

Automatically converts "text" to excel's format string to represent text.

StringgetBuiltinFormat(short index)
get the format string that matches the given format index
ListgetBuiltinFormats()
shortgetFormat(String pFormat)
Get the format index that matches the given format string, creating a new format entry if required.
StringgetFormat(short index)
get the format string that matches the given format index
intgetNumberOfBuiltinBuiltinFormats()
get the number of built-in and reserved builtinFormats