Class XSSFTableColumnHelper


  • public class XSSFTableColumnHelper
    extends Object
    A helper to access XSSFTableColumn's APIs.
    Author:
    jumperchen
    • Constructor Detail

      • XSSFTableColumnHelper

        public XSSFTableColumnHelper()
    • Method Detail

      • 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)