adding formatter for list in spreadsheet (ods, xlsx)

This commit is contained in:
2018-11-07 13:23:11 +01:00
parent c1b46b9cb0
commit f937e9d12c
7 changed files with 311 additions and 3 deletions

View File

@@ -29,6 +29,14 @@ services:
tags:
- { name: chill.export_formatter, alias: 'csvlist' }
chill.main.export.list_spreadsheet_formatter:
class: Chill\MainBundle\Export\Formatter\SpreadsheetListFormatter
arguments:
- "@translator"
- "@chill.main.export_manager"
tags:
- { name: chill.export_formatter, alias: 'spreadlist' }
chill.main.export.pivoted_list_formatter:
class: Chill\MainBundle\Export\Formatter\CSVPivotedListFormatter
arguments: