![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
Al exportar tablas desde php a Excel lo hace bien :
$file_type="vnd.ms-excel";
$file_name="excel_vencimiento_doctos";
$file_ending="xls";
header("Content-type: application/$file_type");
header("Content-disposition: attachment; filename=$file_name.$file_ending");
header("Pragma: no-cache");
header("Expires: 0");
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)
El problema lo tengo al momento de abril el archivo excel generado, si bien muestra todos los datos correctos, las celdas que no se ocupan me quedan con fondo y bordes blanco.
Como puedo evitar eso.
atte.
myconatani