Package | Description |
---|---|
org.apache.poi.ss.format |
This package contains classes that implement cell formatting
|
Modifier and Type | Field and Description |
---|---|
static CellFormat |
CellFormat.GENERAL_FORMAT
Deprecated.
use
getInstance(Locale, String) instead |
Modifier and Type | Method and Description |
---|---|
static CellFormat |
CellFormat.getInstance(java.util.Locale locale,
java.lang.String format)
Returns a
CellFormat that applies the given format. |
static CellFormat |
CellFormat.getInstance(java.lang.String format)
Returns a
CellFormat that applies the given format. |
Copyright 2023 The Apache Software Foundation or its licensors, as applicable.