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

Examples of org.saiku.service.util.export.excel.ExcelWorksheetBuilder.build()


  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
Copyright © 2018 www.massapi.com. 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.