mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 01:53:49 +00:00
[export] adding spreadsheet formatter
This commit is contained in:
@@ -405,9 +405,6 @@ class ExportController extends Controller
|
||||
$formFormatter->handleRequest($request);
|
||||
$dataFormatter = $formFormatter->getData();
|
||||
|
||||
// temporary hack due to bug with fputcsv and header_get
|
||||
header('Content-Type: text/csv');
|
||||
|
||||
$r = $exportManager->generate($alias, $dataCenters['centers'],
|
||||
$dataExport['export'], $dataFormatter['formatter']);
|
||||
|
||||
|
Reference in New Issue
Block a user