读书人

php生成excel的东东_php技艺

发布时间: 2012-10-07 17:28:51 作者: rapoo

php生成excel的东东_php技巧

header ("Cache-Control: no-cache, must-revalidate");?????
header ("Pragma: no-cache");?????
header (Content-type: application/x-msexcel);
header ("Content-Disposition: attachment; filename=EmplList.xls" );??
header ("Content-Description: PHP/INTERBASE Generated Data" );
//
// the next lines demonstrate the generation of the Excel stream
//
xlsBOF();???// begin Excel stream
xlsWriteLabel(0,0,"This is a label");??// write a label in A1, use for dates too
xlsWriteNumber(0,1,9999);??// write a number B1
xlsEOF(); // close the stream
?>
php生成excel的东东_php技艺
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com?
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!php生成excel的东东_php技巧

读书人网 >PHP

热点推荐