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

然后調用
1. Call xlsBOF()
" /> 免费黄色网址在线观看,欧美乱性视频,黄a大片

一区二区久久-一区二区三区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的東東,轉載需保留來源!

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

主站蜘蛛池模板: 天天综合天天干 | 精品久久中文网址 | 日产一一到六区麻豆 | 日韩小视频在线播放 | 欧美在线看欧美高清视频免费 | 一个色综合网站 | 精品一区二区三区的国产在线观看 | 日本一区二区三区视频在线 | 亚洲国产一区二区在线 | 日本www色视频成人免费免费 | 最新国产精品亚洲二区 | 国产自在线观看 | 91原创在线| 色婷婷亚洲综合 | 国产成人亚洲精品影院 | 狼人久久尹人香蕉尹人 | 波多野衣结在线精品二区 | 2020国产成人久久精品 | 国内精品小视频 | 91亚洲欧美 | 91精品在线免费观看 | 久久久久久99精品 | 精品国产91久久久久久久a | 久久国产欧美日韩高清专区 | 中文字幕精品在线 | 伊人网伊人 | 69女poren60 | 国产精品伦子一区二区三区 | 最近手机中文字幕无吗 | 97国产精品人人爽人人做 | 国产大片黄在线观看 | 免费视频色 | 国产成人综合网在线播放 | 国产女主播喷出白浆视频 | 99热这里只有精品国产动漫 | 国产精品免费观看 | 国产激情视频在线播放 | 国产成人一区在线播放 | 国产视频第二页 | 黄色大片网站在线观看 | 久久久久国产免费 |