生成excel文件的程序
时间:2006-11-06 来源:鱼儿游
例1
例2
//不能直接打开.只能下载来看
header("Content-Type: application/vnd.ms-execl");
header("Content-Disposition: attachment; filename=testxls.xls");
header("Pragma: no-cache");
header("Expires: 0");
echo "sfzh"."\t"; //身份证号
echo "code"."\t"; //编号
echo "district"."\t"; //县区
echo "PROV"."\t"; //省份
echo "CITY"."\t"; //城市
echo "postcode"."\t\n"; //邮编
echo "21435342552352345345"."\t"; //身份证号
echo "345343"."\t"; //编号
echo "district"."\t"; //县区
echo "PROV"."\t"; //省份
echo "CITY"."\t"; //城市
echo "postcode"."\t\n"; //邮编
?>
例2
//不能直接打开.只能下载来看
header("Content-Type: application/vnd.ms-execl");
header("Content-Disposition: attachment; filename=testxls.xls");
header("Pragma: no-cache");
header("Expires: 0");
echo "sfzh"."\t"; //身份证号
echo "code"."\t"; //编号
echo "district"."\t"; //县区
echo "PROV"."\t"; //省份
echo "CITY"."\t"; //城市
echo "postcode"."\t\n"; //邮编
echo "21435342552352345345"."\t"; //身份证号
echo "345343"."\t"; //编号
echo "district"."\t"; //县区
echo "PROV"."\t"; //省份
echo "CITY"."\t"; //城市
echo "postcode"."\t\n"; //邮编
?>
相关阅读 更多 +
排行榜 更多 +