Diferencia entre revisiones de «Usuario:ManuelRomero/PHP/excell»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con «===Crear cabeceras con un fichero excell=== header(“Content-Type: application/vnd.ms-excel”); header(“Content-Disposition: attachment; filename=”$filename””);»)
 
Línea 3: Línea 3:
  
 
header(“Content-Disposition: attachment; filename=”$filename””);
 
header(“Content-Disposition: attachment; filename=”$filename””);
 +
===Usando el recurso  phpspreadseet ===
 +
*https://github.com/PHPOffice/PhpSpreadsheet
 +
*https://phpspreadsheet.readthedocs.io/en/develop/
 +
*https://phpoffice.github.io/PhpSpreadsheet/master/
 +
*https://stackoverflow.com/questions/tagged/phpspreadsheet
 +
*https://gitter.im/PHPOffice/PhpSpreadsheet

Revisión de 21:22 17 nov 2018

Crear cabeceras con un fichero excell

header(“Content-Type: application/vnd.ms-excel”);

header(“Content-Disposition: attachment; filename=”$filename””);

Usando el recurso phpspreadseet