色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

PHP基于COM的Excel操作類(PHP5)

瀏覽:119日期:2022-07-20 16:27:10

無聊寫這玩的,喜歡擴展的朋友別忘了發我一份哦,哈哈 謝謝,

ps:測試沒什么效率的說,哈哈~~~

[email protected]復制PHP內容到剪貼板PHP代碼:

<?php

/***基 于 COM 的 Excel 操作類(PHP5.x)*PHPer:T.T.R*Date:[2007-05-24]*Ver:1.0.0*Blog:[url]http://www.Gx3.cn[/url] [url]http://Gx3.cn[/url]*QQ:252319874*/class Excel{ static $instance=null; private $excel=null; private $workbook=null; private $workbookadd=null; private $worksheet=null; private $worksheetadd=null; private $sheetnum=1; private $cells=array(); private $fields=array(); private $maxrows; private $maxcols; private $filename;

//構造函數 private function Excel() { $this->excel = new COM('Excel.Application') or die('Did Not Connect'); } //類入口 public static function getInstance() { if(null == self::$instance) { self::$instance = new Excel(); } return self::$instance; }

//設置文件地址 public function setFile($filename) { return $this->filename=$filename; }

//打開文件 public function Open() { $this->workbook=$this->excel->WorkBooks->Open($this->filename); }

//設置Sheet public function setSheet($num=1) { if($num>0) { $this->sheetnum=$num; $this->worksheet=$this->excel->WorkSheets[$this->sheetnum]; $this->maxcols=$this->maxCols(); $this->maxrows=$this->maxRows(); $this->getCells(); } }

//取得表所有值并寫進數組 private function getCells() { for($i=1;$i<$this->maxcols;$i++) { for($j=2;$j<$this->maxrows;$j++) { $this->cells[$this->worksheet->Cells(1,$i)->value][]=(string)$this->worksheet->Cells($j,$i)->value; } } return $this->cells; }

//返回表格內容數組 public function getAllData() { return $this->cells; }

//返回制定單元格內容 public function Cell($row,$col) { return $this->worksheet->Cells($row,$col)->Value; }

//取得表格字段名數組 public function getFields() { for($i=1;$i<$this->maxcols;$i++) { $this->fields[]=$this->worksheet->Cells(1,$i)->value; } return $this->fields; }

//修改制定單元格內容 public function editCell($row,$col,$value) { if($this->workbook==null || $this->worksheet==null) { echo 'Error:Did Not Connect!'; }else{ $this->worksheet->Cells($row,$col)->Value=$value; $this->workbook->Save(); } }

//修改一行數據 public function editOneRow($row,$arr) { if($this->workbook==null || $this->worksheet==null || $row>=2) { echo 'Error:Did Not Connect!'; }else{ if(count($arr)==$this->maxcols-1) { $i=1; foreach($arr as $val) { $this->worksheet->Cells($row,$i)->Value=$val; $i++; } $this->workbook->Save(); } } }

//取得總列數 private function maxCols() { $i=1; while(true) { if(0==$this->worksheet->Cells(1,$i)) { return $i; break; } $i++; } }

//取得總行數 private function maxRows() { $i=1; while(true) { if(0==$this->worksheet->Cells($i,1)) { return $i; break; } $i++; } }

//讀取制定行數據 public function getOneRow($row=2) { if($row>=2) { for($i=1;$i<$this->maxcols;$i++) { $arr[]=$this->worksheet->Cells($row,$i)->Value; } return $arr; } }

//關閉對象 public function Close() { $this->excel->WorkBooks->Close(); $this->excel=null; $this->workbook=null; $this->worksheet=null; self::$instance=null; }};

/*$excel = new COM('Excel.Application');$workbook; = $excel->WorkBooks->Open('D:Apache2htdocswwwrootMyExcel.xls');$worksheet = $excel->WorkSheets(1);echo $worksheet->Cells(2,6)->Value;$excel->WorkBooks->Close();*/

$excel=Excel::getInstance();$excel->setFile('D:Apache2htdocswwwrootMyExcel.xls');$excel->Open();$excel->setSheet();for($i=1;$i<16;$i++ ){ $arr[]=$i;}//$excel->editOneRow(2,$arr);print_r($excel->getAllData());$excel->Close();

?>

標簽: excel
主站蜘蛛池模板: 欧美综合一区 | 最新中文字幕一区二区乱码 | 亚洲精品国产精品国自产观看 | 国产女人一区二区 | 99国产在线 | 日韩经典欧美精品一区 | 欧美一级毛片美99毛片 | 久久久久女人精品毛片九一 | 成人免费观看永久24小时 | 国产精品v免费视频 | 精品国产1区 | 欧美在线视频不卡 | 久久er国产精品免费观看1 | 国产成人aa在线视频 | 亚欧精品一区二区三区 | 亚洲欧美成人 | 性欧美videofree中文字幕 | 女人张开腿让男人 | 精品xxxxxbbbb欧美中文 | 亚洲精品天堂自在久久77 | 中文字幕亚洲日本岛国片 | 天天躁夜夜躁狠狠躁2024 | 欧美一级特黄aaa大片 | 欧美日韩一区二区在线视频 | 国产精品永久免费自在线观看 | 国产一区国产二区国产三区 | 亚洲国产成人精品久久 | 亚洲欧美视频在线 | 狠狠久久综合 | 成年女人毛片免费视频永久vip | 欧美一级欧美一级在线播放 | 久久老司机波多野结衣 | 综合精品 | 国产女主播在线 | 久久看视频 | 97视频在线观看免费 | 国产精品久久久久久 | 日韩国产午夜一区二区三区 | 亚洲成人福利网站 | 亚洲美色综合天天久久综合精品 | 91香蕉视频免费 |