您好,欢迎访问一九零五行业门户网

简单php生成 execel表格 程序

简单php生成 execel表格 程序
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;
其它类似信息

推荐信息