Package | Description |
---|---|
com.neurosys.bi.reporting | |
com.neurosys.bi.reporting.writers |
Modifier and Type | Method and Description |
---|---|
ReportWriter |
ExportMeta.getReportWriter()
The actual Writer that will write the report
|
Modifier and Type | Method and Description |
---|---|
void |
ExportMeta.setReportWriter(ReportWriter reportWriter)
The actual Writer that will write the report
|
Modifier and Type | Class and Description |
---|---|
class |
CSVTabularDataWriter
Generate an CSV Report using a base Report generator(s) and writes it to an
OutputStream as a Text CSV File |
class |
DefaultStyledExcelTabularDataWriter
Some garnish !!
|
class |
ExcelTabularDataWriter
Generate an Excel Report using a base Report generator(s) and writes it to an
OutputStream as an HSSFWorkbook (Excel)
The generator must guarantee an output of Object[] / Column wise Data to be consumed by Excels tabular format. |
Copyright © 2018. All rights reserved.