Class ExcelGenerator
java.lang.Object
io.micronaut.starter.analytics.postgres.ExcelGenerator
Generates Excel spreadsheets.
-
Constructor Summary
ConstructorsConstructorDescriptionExcelGenerator
(ApplicationRepository applicationRepository, StarterAnalyticsConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.ss.usermodel.Workbook
Generates an Excel spreadsheet containing all the given applications.
-
Constructor Details
-
ExcelGenerator
public ExcelGenerator(ApplicationRepository applicationRepository, StarterAnalyticsConfiguration configuration)
-
-
Method Details
-
generateExcel
public org.apache.poi.ss.usermodel.Workbook generateExcel()Generates an Excel spreadsheet containing all the given applications.- Returns:
- An Excel spreadsheet.
-