Package org.apache.poi.ss.format
Class Formatters
- java.lang.Object
-
- org.apache.poi.ss.format.Formatters
-
public class Formatters extends Object
Utility class for CellFormat.- Author:
- henrichen
-
-
Constructor Summary
Constructors Constructor Description Formatters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
format(Locale locale, Formatter formatter, String format, Object... args)
static String
getCurrencySymbol(Locale locale)
Returns the getCurrencySymbol character of the current locale.static char
getDecimalSeparator(Locale locale)
Returns the getDecimalSeparator character of the current locale.static char
getGroupingSeparator(Locale locale)
Returns the GroupingSeparator character of the current locale.
-
-
-
Method Detail
-
format
public static void format(Locale locale, Formatter formatter, String format, Object... args)
-
getGroupingSeparator
public static char getGroupingSeparator(Locale locale)
Returns the GroupingSeparator character of the current locale.- Returns:
- the GroupingSeparator character of the current locale.
-
getDecimalSeparator
public static char getDecimalSeparator(Locale locale)
Returns the getDecimalSeparator character of the current locale.- Returns:
- the getDecimalSeparator character of the current locale.
-
-