public abstract class ReportWorkbook extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ReportData |
reportData |
protected org.apache.poi.xssf.usermodel.XSSFWorkbook |
xssfWorkbook |
| Constructor and Description |
|---|
ReportWorkbook() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createReport(ReportData reportData,
String reportFile) |
protected abstract String |
templateReportLocation() |
protected void |
updateSheets() |
protected ReportData reportData
protected org.apache.poi.xssf.usermodel.XSSFWorkbook xssfWorkbook
public static void createReport(ReportData reportData, String reportFile) throws IOException
IOExceptionprotected abstract String templateReportLocation()
protected void updateSheets()
Copyright © 2023. All rights reserved.