Uses of Class
org.apache.poi.ss.format.CellFormat
-
Packages that use CellFormat Package Description io.keikai.model.impl.sys Keikai Spreadsheet Internal Book Model Implementation classes.io.keikaiex.model.sys org.apache.poi.ss.format This package contains classes that implement cell formatting -
-
Uses of CellFormat in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return CellFormat Modifier and Type Method Description protected CellFormat
FormatEngineImpl. getCellFormat(String formatStr, Locale locale)
-
Uses of CellFormat in io.keikaiex.model.sys
Methods in io.keikaiex.model.sys that return CellFormat Modifier and Type Method Description protected CellFormat
FormatEngineEx. getCellFormat(String formatStr, Locale locale)
-
Uses of CellFormat in org.apache.poi.ss.format
Methods in org.apache.poi.ss.format that return CellFormat Modifier and Type Method Description static CellFormat
CellFormat. getInstance(String format)
Returns a CellFormat that applies the given format.static CellFormat
CellFormat. getInstance(Locale locale, String format)
Returns a CellFormat that applies the given format.
-