Subversion Repositories eFlore/Applications.cel

Rev

Rev 2458 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2458 Rev 2552
Line 181... Line 181...
181
		header('Cache-Control: max-age=0');
181
		header('Cache-Control: max-age=0');
Line 182... Line 182...
182
 
182
 
183
		// csv|xls|xlsx => CSV|Excel5|Excel2007
183
		// csv|xls|xlsx => CSV|Excel5|Excel2007
184
		// Note: le format Excel2007 utilise un fichier temporaire
184
		// Note: le format Excel2007 utilise un fichier temporaire
185
		$generateur = PHPExcel_IOFactory::createWriter($objPHPExcel, $parametres_format['format']);
185
		$generateur = PHPExcel_IOFactory::createWriter($objPHPExcel, $parametres_format['format']);
186
		$generateur->save('php://output');
-
 
187
		exit;
186
		$generateur->save('php://output');exit;
Line 188... Line 187...
188
	}
187
	}
189
 
188
 
190
	private function traiterLigneObservation(&$obs, &$colonnes, &$feuille, $no_ligne) {
189
	private function traiterLigneObservation(&$obs, &$colonnes, &$feuille, $no_ligne) {