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