Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2458 → Rev 2552

/trunk/jrest/services/ExportXLS.php
183,8 → 183,7
// csv|xls|xlsx => CSV|Excel5|Excel2007
// Note: le format Excel2007 utilise un fichier temporaire
$generateur = PHPExcel_IOFactory::createWriter($objPHPExcel, $parametres_format['format']);
$generateur->save('php://output');
exit;
$generateur->save('php://output');exit;
}
 
private function traiterLigneObservation(&$obs, &$colonnes, &$feuille, $no_ligne) {