[export] adding spreadsheet formatter

This commit is contained in:
2017-02-19 21:40:55 +01:00
parent 5c0ca70ebf
commit d5c26c6d47
11 changed files with 726 additions and 52 deletions

View File

@@ -33,6 +33,7 @@ use Symfony\Component\Form\Extension\Core\Type\FormType;
*
*
* @author Julien Fastré <julien.fastre@champs-libres.coop>
* @deprecated this formatter is not used any more.
*/
class CSVFormatter implements FormatterInterface
{