Example usage for Java org.apache.poi.ss.usermodel BuiltinFormats fields, constructors, methods, implement or subclass
The text is from its open source code.
String[] | getAll() |
String | getBuiltinFormat(int index) Get the format string that matches the given format index |
int | getBuiltinFormat(String pFmt) Get the format index that matches the given format string. Automatically converts "text" to excel's format string to represent text. |