Package ch.tocco.nice2.reporting.api
Interface XlsxExportService
- All Known Implementing Classes:
XlsxExportServiceImpl
public interface XlsxExportService
Creates a xlsx file, based on a form
-
Method Summary
-
Method Details
-
exportXls
String exportXls(EntityList entities, Locale locale, String scope, String fileName) throws ReportingException export a xlsx- 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
-