Problème d'exportation sur Excel
Résolu
yaye1daro
-
yaye1daro -
yaye1daro -
Bonjour à tous,
J'ai une application web que j'ai mis en ligne
Je fais de l'exportation de données vers Excel en utilisant cette méthode
"header("Content-type:application/vnd.ms-excel");
header("Content-disposition:attachment; filename=Liste_des_Suivis_Mensuels_d_AEPS.xls");
include("contenuListeAEPS.php");
print($contenu);
exit;"
En local tout mache à merveille mais chez l'hébergeur voici le message d'erreur que je reçoi:
Warning: Cannot modify header information - headers already sent by (output started at /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php:2) in /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php:2) in /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php on line 7
SVP aidez moi car je ne comprend plus rien de ce qui m'arrive.
merci d'avance !!!
J'ai une application web que j'ai mis en ligne
Je fais de l'exportation de données vers Excel en utilisant cette méthode
"header("Content-type:application/vnd.ms-excel");
header("Content-disposition:attachment; filename=Liste_des_Suivis_Mensuels_d_AEPS.xls");
include("contenuListeAEPS.php");
print($contenu);
exit;"
En local tout mache à merveille mais chez l'hébergeur voici le message d'erreur que je reçoi:
Warning: Cannot modify header information - headers already sent by (output started at /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php:2) in /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php:2) in /home/o111651/public_html/SIAGA/GestionBF/exportExcelSUIVIBF.php on line 7
SVP aidez moi car je ne comprend plus rien de ce qui m'arrive.
merci d'avance !!!
A voir également:
- Problème d'exportation sur Excel
- Liste déroulante excel - Guide
- Word et excel gratuit - Guide
- Comment trier par ordre alphabétique sur excel - Guide
- Comment calculer la moyenne sur excel - Guide
- Déplacer colonne excel - Guide