Package org.apache.poi.xssf.usermodel
Class XSSFTableColumnHelper
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFTableColumnHelper
-
public class XSSFTableColumnHelper extends java.lang.ObjectA helper to accessXSSFTableColumn's APIs.- Author:
- jumperchen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXSSFTableColumnHelper.TotalsRowFunction
-
Constructor Summary
Constructors Constructor Description XSSFTableColumnHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetTotalsRowFormula(XSSFTableColumn tableColumn, java.lang.String formula)static voidsetTotalsRowFunction(XSSFTableColumn tableColumn, XSSFTableColumnHelper.TotalsRowFunction func)static voidsetTotalsRowLabel(XSSFTableColumn tableColumn, java.lang.String label)
-
-
-
Method Detail
-
setTotalsRowFunction
public static void setTotalsRowFunction(XSSFTableColumn tableColumn, XSSFTableColumnHelper.TotalsRowFunction func)
-
setTotalsRowLabel
public static void setTotalsRowLabel(XSSFTableColumn tableColumn, java.lang.String label)
-
setTotalsRowFormula
public static void setTotalsRowFormula(XSSFTableColumn tableColumn, java.lang.String formula)
-
-