Package com.ben12.reta.export
Class ExcelExporter
java.lang.Object
com.ben12.reta.export.ExcelExporter
Excel Exporter.
- Author:
- BenoƮt Moreau (ben.12)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.xssf.usermodel.XSSFWorkbook
export
(List<InputRequirementSource> requirementSources) Export the requirement sources analysis result.
-
Constructor Details
-
ExcelExporter
public ExcelExporter()Construct and initialize excel exporter.
-
-
Method Details
-
export
public org.apache.poi.xssf.usermodel.XSSFWorkbook export(List<InputRequirementSource> requirementSources) Export the requirement sources analysis result.- Parameters:
requirementSources
- the requirement sources analysis result to export- Returns:
- the built workbook.
-