Subversion Repositories eFlore/Applications.cel

Rev

Rev 1579 | Rev 1611 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1579 Rev 1610
Line 15... Line 15...
15
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
15
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
16
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
16
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
17
* @version $Id$
17
* @version $Id$
18
* @copyright 2012
18
* @copyright 2012
19
*/
19
*/
-
 
20
 
-
 
21
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(dirname(realpath(__FILE__))) . '/lib');
-
 
22
// la sortie est binaire (xls), mais OLE n'est pas compatible E_ALL en PHP-5.4
-
 
23
error_reporting(error_reporting() ^ E_STRICT);
-
 
24
require_once("lib/OLE.php");
-
 
25
require_once("lib/Spreadsheet/Excel/Writer.php");
-
 
26
 
20
class CelWidgetExport extends Cel {
27
class CelWidgetExport extends Cel {
Line 21... Line 28...
21
	
28
	
22
	private $nom_fichier_export = 'cel_export';
29
	private $nom_fichier_export = 'cel_export';
23
	private $champs_a_exclure = array('ce_utilisateur' => 'ce_utilisateur', 
30
	private $champs_a_exclure = array('ce_utilisateur' => 'ce_utilisateur',