Class ExecutionDataReport
- java.lang.Object
-
- tech.grasshopper.excel.report.workbook.ReportWorkbook
-
- tech.grasshopper.excel.report.workbook.ExecutionDataReport
-
public class ExecutionDataReport extends ReportWorkbook
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.excel.report.workbook.ReportWorkbook
reportData, xssfWorkbook
-
-
Constructor Summary
Constructors Constructor Description ExecutionDataReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringtemplateReportLocation()protected voidupdateSheets()-
Methods inherited from class tech.grasshopper.excel.report.workbook.ReportWorkbook
createReport
-
-
-
-
Method Detail
-
templateReportLocation
protected String templateReportLocation()
- Specified by:
templateReportLocationin classReportWorkbook
-
updateSheets
protected void updateSheets()
- Overrides:
updateSheetsin classReportWorkbook
-
-