色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

php excel類 phpExcel使用方法介紹

下載地址:http://www.codeplex.com/phpExcel
  下面是總結(jié)的幾個(gè)使用方法
  include ‘phpExcel.php';
  include ‘phpExcel/Writer/Excel2007.php';
  //或者include ‘phpExcel/Writer/Excel5.php'; 用于輸出.xls的
  創(chuàng)建一個(gè)excel
  $objphpExcel = new phpExcel();
  保存excel―2007格式
  $objWriter = new phpExcel_Writer_Excel2007($objphpExcel);
  //或者$objWriter = new phpExcel_Writer_Excel5($objphpExcel); 非2007格式
  $objWriter->save("xxx.xlsx");
  直接輸出到瀏覽器
  $objWriter = new phpExcel_Writer_Excel5($objphpExcel);
  header("Pragma: public");
  header("Expires: 0″);
  header("Cache-Control:must-revalidate, post-check=0, pre-check=0″);
  header("Content-Type:application/force-download");
  header("Content-Type:application/vnd.ms-execl");
  header("Content-Type:application/octet-stream");
  header("Content-Type:application/download");;
  header('Content-Disposition:attachment;filename="resume.xls"‘);
  header("Content-Transfer-Encoding:binary");
  $objWriter->save('php://output');
  ――――――――――――――――――――――――――――――――――――――

主站蜘蛛池模板: 三门县| 阆中市| 加查县| 永兴县| 衡水市| 华蓥市| 奇台县| 开封市| 巴林右旗| 廊坊市| 苏州市| 乌什县| 浠水县| 马边| 临城县| 涞源县| 铜鼓县| 大同市| 河南省| 怀集县| 鲁甸县| 射洪县| 襄汾县| 达日县| 襄汾县| 定州市| 墨玉县| 兴义市| 麻城市| 邻水| 资兴市| 鄂托克前旗| 新泰市| 辽宁省| 宜阳县| 阿克| 西青区| 梧州市| 冷水江市| 锡林郭勒盟| 兴安盟|