Class ExcelBuilderServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.excel.ExcelBuilderServiceImpl
- All Implemented Interfaces:
- ExcelBuilderService
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBuilderForFormat(String format, String filename) creates aExcelBuilderinstance using the given format and file name
- 
Constructor Details- 
ExcelBuilderServiceImpl
 
- 
- 
Method Details- 
getBuilderForFormatDescription copied from interface:ExcelBuilderServicecreates aExcelBuilderinstance using the given format and file name- Specified by:
- getBuilderForFormatin interface- ExcelBuilderService
- Parameters:
- format- of the excel file (e.g. "xlsx")
- filename- name of the file you want to create
 
 
-