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

然后調用
1. Call xlsBOF()
" /> 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的東東,轉載需保留來源!

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

主站蜘蛛池模板: 国模大胆一区二区三区 | 日韩久久精品 | 在线免费观看国产精品 | 一级毛片免费不卡 | 国产亚洲综合视频 | 2021国内精品久久久久影院 | 91精品久久久久久久久久 | 黄色美女视频 | 国产午夜看片 | 开心激情网五月天 | 黄网在线免费 | 一区二区精品视频 | 国产亚洲漂亮白嫩美女在线 | 2020国产成人久久精品 | 久久久精品中文字幕 | 午夜视频精品 | 欧美激情视频在线免费观看 | 综合精品在线 | 国产综合一区二区 | 亚洲一区二区三区免费看 | 国模大胆一区二区三区 | 亚洲 欧美 视频 | 超91精品手机国产在线 | 中文字幕一区二区区免 | 国产91小视频在线观看 | 酒色网址| 国产成人啪精品视频免费网 | 久草cm| 97一区二区三区 | 大量国产激情视频在线观看 | 亚洲综合婷婷 | 91精品视频网站 | 国产极品麻豆91在线 | 在线免费看黄网站 | 色免费在线 | 激情五月激情综合网 | 午夜精品久视频在线观看 | 狠狠狠地在啪线香蕉 | aa级国产女人毛片水真多 | 四虎新地址4hu 你懂的 | 美女视频黄视频 |