Interface XlsxExportService
- All Known Implementing Classes:
XlsxExportServiceImpl
-
Method Summary
-
Method Details
-
exportXls
String exportXls(EntityList entities, Locale locale, String scope, String fileName) throws ReportingException Deprecated.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
-