Package org.apache.poi.xssf.usermodel
Class XSSFCellStyleHelper
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFCellStyleHelper
-
public class XSSFCellStyleHelper extends java.lang.ObjectA helper to accessXSSFCellStyle's APIs.- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description XSSFCellStyleHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XSSFCellStylecreate(int cellXfId, int cellStyleXfId, StylesTable stylesSource, ThemesTable theme)
-
-
-
Method Detail
-
create
public static XSSFCellStyle create(int cellXfId, int cellStyleXfId, StylesTable stylesSource, ThemesTable theme)
-
-