|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.output.table.xls.ExcelReportUtil
public final class ExcelReportUtil
Utility class to provide an easy to use default implementation of excel exports.
| Method Summary | |
|---|---|
static void |
createXLS(MasterReport report,
OutputStream outputStream)
|
static void |
createXLS(MasterReport report,
String filename)
Saves a report to Excel format. |
static void |
createXLS(MasterReport report,
String filename,
boolean strict)
Saves a report to Excel format. |
static void |
createXLSX(MasterReport report,
OutputStream outputStream)
|
static void |
createXLSX(MasterReport report,
String filename)
Saves a report to Excel format. |
static void |
createXLSX(MasterReport report,
String filename,
boolean strict)
Saves a report to Excel format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void createXLSX(MasterReport report,
String filename)
throws IOException,
ReportProcessingException
report - the report.filename - target file name.
ReportProcessingException - if the report processing failed.
IOException - if there was an IOerror while processing the report.
public static void createXLSX(MasterReport report,
String filename,
boolean strict)
throws IOException,
ReportProcessingException
report - the report.filename - target file name.strict - defines whether the strict layout mode should be activated.
ReportProcessingException - if the report processing failed.
IOException - if there was an IOerror while processing the report.
public static void createXLSX(MasterReport report,
OutputStream outputStream)
throws ReportProcessingException
ReportProcessingException
public static void createXLS(MasterReport report,
String filename)
throws IOException,
ReportProcessingException
report - the report.filename - target file name.
ReportProcessingException - if the report processing failed.
IOException - if there was an IOerror while processing the report.
public static void createXLS(MasterReport report,
String filename,
boolean strict)
throws IOException,
ReportProcessingException
report - the report.filename - target file name.strict - defines whether the strict layout mode should be activated.
ReportProcessingException - if the report processing failed.
IOException - if there was an IOerror while processing the report.
public static void createXLS(MasterReport report,
OutputStream outputStream)
throws ReportProcessingException
ReportProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||