8 Commits

Author SHA1 Message Date
nobohan
f9723e587f fix Export: arguments definition in services 2020-07-23 15:25:01 +02:00
f394283531 fix sf4 deprecated: remove choices_as_values form option 2020-07-22 17:05:24 +02:00
f937e9d12c adding formatter for list in spreadsheet (ods, xlsx) 2018-11-07 13:23:11 +01:00
9d18581db1 add an interface for export which are lists
Lists does not supports aggregators.

The export manager will filter the aggregators applying on the export
depending on the interface implemented by the export: if the export implements
`Export\ListInterface`, no aggregators will be returned for this export.
2016-12-09 19:52:54 +01:00
90f710faa0 Create an horizontal CSV list 2016-05-25 10:54:43 +02:00
4bfe4b361f replacing the response of Export::getLabel by a Closure 2016-04-21 22:20:37 +02:00
85dfb222ae adding headers and labels in CSVListFormatter 2016-04-21 13:38:13 +02:00
Marc Ducobu
7ea7137194 New formatter : CSVListFormatter 2016-04-19 17:54:19 +02:00