Package ch.tocco.nice2.reporting.impl
Class XlsxExportServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.XlsxExportServiceImpl
- All Implemented Interfaces:
XlsxExportService
Creates a xlsx file, based on a form
-
Constructor Summary
ConstructorsConstructorDescriptionXlsxExportServiceImpl(L10N l10N, FormModel formModel, TimezoneResolverService timezoneResolverService, OutputCenterService outputCenterService, DocumentFormatService documentFormatService, EntityExportService entityExportService) -
Method Summary
-
Constructor Details
-
XlsxExportServiceImpl
public XlsxExportServiceImpl(L10N l10N, FormModel formModel, TimezoneResolverService timezoneResolverService, OutputCenterService outputCenterService, DocumentFormatService documentFormatService, EntityExportService entityExportService)
-
-
Method Details
-
exportXls
public String exportXls(EntityList entities, Locale locale, String scope, String fileName) throws ReportingException Description copied from interface:XlsxExportServiceexport a xlsx- Specified by:
exportXlsin interfaceXlsxExportService- Parameters:
entities- entities to be exportedlocale- locale used to exportscope- scope of the form usedfileName- name of the file- Returns:
- id of the OutputJob
- Throws:
ReportingException
-