----------------------------
Excel Functions
----------------------------
將下面的代碼存為excel.php ,然后在頁面中包括進來

然后調用
1. Call xlsBOF()
" /> 波多野结衣一区二区三区88,美女黄18,91欧美秘密入口

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

php生成EXCEL的東東

可以通過php來產生EXCEL檔.  teaman翻譯
----------------------------
Excel Functions
----------------------------
將下面的代碼存為excel.php ,然后在頁面中包括進來

然后調用
1. Call xlsBOF()  
2. 將一些內容寫入到xlswritenunber() 或者 xlswritelabel()中.
3.然后調用 Call xlsEOF()

也可以用 fwrite 函數直接寫到服務器上,而不是用echo 僅僅在瀏覽器上顯示。



<?php
// ----- begin of function library -----
// Excel begin of file header
function xlsBOF() {
    echo pack("ssssss", 0x809, 0x8, 0x0, 0x10, 0x0, 0x0);  
    return;
}
// Excel end of file footer
function xlsEOF() {
    echo pack("ss", 0x0A, 0x00);
    return;
}
// Function to write a Number (double) into Row, Col
function xlsWriteNumber($Row, $Col, $Value) {
    echo pack("sssss", 0x203, 14, $Row, $Col, 0x0);
    echo pack("d", $Value);
    return;
}
// Function to write a label (text) into Row, Col
function xlsWriteLabel($Row, $Col, $Value ) {
    $L = strlen($Value);
    echo pack("ssssss", 0x204, 8 + $L, $Row, $Col, 0x0, $L);
    echo $Value;
return;
}
// ----- end of function library -----
?>

//  
// To display the contents directly in a MIME compatible browser  
// add the following lines on TOP of your php file:

<?php
header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header ("Last-Modified: " . gmdate("D,d M YH:i:s") . " GMT");
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技術php生成EXCEL的東東,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 欧美成人精品第一区二区三区 | 一区二区三区不卡免费视频97 | 天天伊人 | 久久亚洲国产成人精品性色 | 亚洲一区二区三区四区在线观看 | 天天色天天舔 | 国产成人综合亚洲欧美在线n | 伊人色综合久久天天 | 2022久久免费精品国产72精品 | 日本xxxⅹ色视频在线观看网站 | 亚州一级毛片 | 久久久精品2021免费观看 | 成人小视频免费在线观看 | 91色在线视频 | 国产成人精品永久免费视频 | 欧美激情在线免费 | 黄免费看 | 成人怡红院 | 色婷婷视频在线 | 91秒拍国产福利一区 | 免费看一级淫片成人 | 九一色视频 | 欧美一级做 | 91福利在线免费观看 | 日韩精品第一页 | 久久精品国产一区二区 | 国产99在线播放 | 91po国产在线高清福利 | 97香蕉超级碰碰碰久久兔费 | 日本一区二区三区久久久久 | 亚洲系列中文字幕一区二区 | 欧美日韩一区视频 | 天堂成人精品视频在线观 | 国产在视频线精品视频 | 99亚洲精品| 亚洲免费网站 | 色综合图 | 国产精品极品美女自在线 | 中文字幕一二三四区2021 | 国产精品一区二区三区高清在线 | 天天综合天天做天天综合 |