Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1477 Rev 1609
Line 329... Line 329...
329
    private function initialiserWorkBook($index) {
329
    private function initialiserWorkBook($index) {
Line 330... Line 330...
330
 
330
 
331
    	// Creating a workbook
331
    	// Creating a workbook
332
        $this->chemin_export_liste = $this->renvoyerCheminExport(false).'/liste'.$index.'.xls';
332
        $this->chemin_export_liste = $this->renvoyerCheminExport(false).'/liste'.$index.'.xls';
-
 
333
		$this->workbook = new Spreadsheet_Excel_Writer($this->chemin_export_liste);
Line 333... Line 334...
333
		$this->workbook = new Spreadsheet_Excel_Writer($this->chemin_export_liste);
334
		$workbook->setVersion(8);
334
 
335
 
-
 
336
		// Creating a worksheet
Line 335... Line 337...
335
		// Creating a worksheet
337
		$this->worksheet = $this->workbook->addWorksheet('Liste');
336
		$this->worksheet = $this->workbook->addWorksheet('Liste');
338
		$worksheet->setInputEncoding('utf-8');
337
 
339
 
338
		$this->worksheet->write(0,0,'url de l\'image');
340
		$this->worksheet->write(0,0,'url de l\'image');