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

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

Introduction

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

The text is from its open source code.

Method

String[]getAll()
StringgetBuiltinFormat(int index)
Get the format string that matches the given format index
intgetBuiltinFormat(String pFmt)
Get the format index that matches the given format string.
Automatically converts "text" to excel's format string to represent text.