----------------------------
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的東東,轉載需保留來源!

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

主站蜘蛛池模板: 国产欧美91| 好吊日免费视频 | 麻豆一区二区三区四区 | 久久综合九九亚洲一区 | 中文字幕成人免费视频 | 国产成人精品高清在线 | 久久99精品久久久久久秒播 | 久久综合五月开心婷婷深深爱 | 久久538 | 人人洗澡人人洗澡人人 | 色加勒比| 精品午夜久久福利大片免费 | 欧美精品第二页 | 欧美精品色视频 | 国产乱子精品免费视观看片 | 免费视频一区二区三区四区 | 国产成人精品永久免费视频 | 成年美女黄| 欧美亚洲国产成人精品 | 免费xxxxx在线观看网站 | 久久久久国产精品美女毛片 | 亚洲最大综合网 | 色在线免费 | 五月婷婷激情在线 | 加勒比一区二区三区 | 国产成人精品一区二区三区 | 日本精品久久久一区二区三区 | 日韩国产一区二区 | 四虎永久精品免费观看 | 伊人开心网 | 六月婷婷综合 | 91精品国产自产在线观看高清 | 久久久不卡国产精品一区二区 | 激情五月婷婷丁香 | 国产原创中文视频 | 色呦呦网站入口 | 精品日韩在线视频一区二区三区 | 欧美色视频网 | 97狠狠操| 五月婷婷六月丁香在线 | 视频一区二区三区在线观看 |