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

然后調用
1. Call xlsBOF()
" /> 97男人的天堂,2019天天干,正在播放国产精品

中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

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

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

主站蜘蛛池模板: 国产精品美女久久久久aⅴ国产馆 | 成人毛片一区二区三区 | 精品欧美一区二区三区久久久 | 成人在线电影网站 | 成人国产综合 | 一区二区三区国产好 | 国产精品99久久久久久宅男 | 久久免费香蕉视频 | 亚洲97| 日韩福利视频 | 欧美1页| 91视频一区二区 | 亚洲国产aⅴ精品 | 中国一级大黄大片 | www久久国产 | 亚洲一区二区三区桃乃木香奈 | www中文字幕 | 国产成人精品久久久 | 一区在线视频 | 国产91色在线 | 亚洲 | va精品| 中文字幕国 | 国产一区二区三区四区 | 亚欧性视频| 91视频一区二区 | 成人在线小视频 | 欧美高清一区 | 电影在线 | 国产1区| com.国产| 亚洲视频在线免费观看 | 在线午夜 | 成人国产精品久久久 | 欧美一区二区三区在线视频 | 自拍偷拍亚洲欧美 | 日韩精品一区二区三区在线播放 | 欧美在线激情 | 狠狠操天天干 | 日本中文字幕视频 | 亚洲欧美在线观看视频 | 久久久91精品国产一区二区三区 |