Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-703

Allow user to use use their own PivotTableHelper implementation

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 3.5.0
    • None
    • ZPOI
    • Security Level: Jimmy
    • None

      For example:

      public class XSSFPivotTableHelpers {
          public static final XSSFPivotTableHelpers instance = new XSSFPivotTableHelpers(); 
          private PivotTableHelper _helper;
          
          // add this api for user to replace PivotTableHelper
          public static void initHelper(PivotTableHelper helper){
              instance._helper = helper; 
          }
      }
      

            Jenkins Jenkins
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: