Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1481 Rev 1571
Line 86... Line 86...
86
			case 'csv':
86
			case 'csv':
87
				$csv = $this->convertirEnCsv($observations);
87
				$csv = $this->convertirEnCsv($observations);
88
				$this->envoyerCsv($csv);
88
				$this->envoyerCsv($csv);
89
			break;
89
			break;
90
			case 'xls':
90
			case 'xls':
91
				$observations = array_slice($observations, 0, 10000);
-
 
92
				$xls = $this->convertirEnXls($observations);
91
				$xls = $this->convertirEnXls($observations);
93
				$this->envoyerXls($xls);
92
				$this->envoyerXls($xls);
94
			break;
93
			break;
95
			default:
94
			default:
96
		}
95
		}