php,不用COM,生成excel文件

用php生成excel文件  <?header("Content-type:application/vnd.ms-excel");header("Content-Disposition:filename=test.xls");echo"test1\t";echo"test2\t\n";echo"test1\t";echo"test2\t\n";echo"test1\t";echo"test2