Package org.saiku.service.util.export.excel

Examples of org.saiku.service.util.export.excel.ExcelWorksheetBuilder


  }

  private static byte[] getExcel(@NotNull CellDataSet table, List<ThinHierarchy> filters,
                                 @NotNull ExcelBuilderOptions options) {
    // TBD Sheet name is parametric. Useful for future ideas or improvements
    ExcelWorksheetBuilder worksheetBuilder = new ExcelWorksheetBuilder(table, filters, options);
    return worksheetBuilder.build();
  }
View Full Code Here

TOP

Related Classes of org.saiku.service.util.export.excel.ExcelWorksheetBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.