Ciao,
ho un problema quando cerco di creare un file xls da una pagina php.
usando :
header ("Content-Type: application/vnd.ms-excel");
header("Content-disposition: filename=$filename");
riesco a fare il download del file xls correttamente ma quando lo apro mi appare:
the file are trying to open,is in a different format than specified by the extension. Verify that the file is not cprrupted and is from a trusted source before opening the file. Do you want open the file now?
Il file riesco ad aprirlo ma vorrei che la scritta che ho riportato non apparisse
Mi sapreste aiutare a capire il problema?