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
ConstructorDescriptionXlsxExportServiceImpl
(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:XlsxExportService
export a xlsx- Specified by:
exportXls
in 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
-