am creating a .xls file using PHP fopen
write and append the contents to the file. Works fine with Excel 2003.
But excel 2007 showing a alert before opening as un supported type.
If i create file with .xlsx extension , it is not opening in 2003.
Is there any standard way that works fine in both 2003 and 2007 versions .