Problema con el write de excel en PHP
Buenas foreros, tengo un problemilla y no se a que se puede deber, estoy intentando escribir datos en un excel a través de php y me da el siguiente error
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 67
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 68
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 70
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 71
Fatal error: Class 'OLE_PPS_File' not found in C:\wamp\www\mambo\Excel\Writer\Workbook.php on line 586
¿El caso es que esos archivos me los he descargado y supongo que estarán bien programados no? Alguien que me ayude por favor
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 67
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 68
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 70
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mambo\Solucion_pares2.php:13) in C:\wamp\www\mambo\Excel\Writer.php on line 71
Fatal error: Class 'OLE_PPS_File' not found in C:\wamp\www\mambo\Excel\Writer\Workbook.php on line 586
¿El caso es que esos archivos me los he descargado y supongo que estarán bien programados no? Alguien que me ayude por favor
1 Respuesta
Respuesta de davidcortesb
1