|
@@ -291,11 +291,11 @@ class ExportXls extends CI_Controller
|
291
|
291
|
$sheet->setCellValue('Y' . $this->filaDatoLicitacion, $row['project']['durationMesure']);
|
292
|
292
|
$sheet->setCellValue('Z' . $this->filaDatoLicitacion, $row['project']['medida']);
|
293
|
293
|
$sheet->setCellValue('AA' . $this->filaDatoLicitacion, $this->formatFechas($row['project']['duracion_inicio']));
|
294
|
|
- $sheet->getStyle('AC' . $this->filaDatoLicitacion)
|
|
294
|
+ $sheet->getStyle('AA' . $this->filaDatoLicitacion)
|
295
|
295
|
->getNumberFormat()
|
296
|
296
|
->setFormatCode(\PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_DATE_DDMMYYYY);
|
297
|
297
|
$sheet->setCellValue('AB' . $this->filaDatoLicitacion, $this->formatFechas($row['project']['duracion_fin']));
|
298
|
|
- $sheet->getStyle('AD' . $this->filaDatoLicitacion)
|
|
298
|
+ $sheet->getStyle('AB' . $this->filaDatoLicitacion)
|
299
|
299
|
->getNumberFormat()
|
300
|
300
|
->setFormatCode(\PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_DATE_DDMMYYYY);
|
301
|
301
|
$sheet->setCellValue('AC' . $this->filaDatoLicitacion, $row['project']['contractExtension']);
|