php導出Excel文本

          Posted on 2007-01-16 19:13 my 閱讀(889) 評論(0)  編輯  收藏 所屬分類: php5
          <?php
          //header("Content-type:application/vnd.ms-excel");
          //header("Content-Disposition:filename=test.xls");

          $file_type = "vnd.ms-excel";
          $file_ending = "xls";

          header("Content-Type: application/$file_type");
          header("Content-Disposition: attachment; filename=mydowns.$file_ending");
          //header("Pragma: no-cache");
          header("Expires: 0");

          echo "test11\t";
          echo "test12\t";
          echo "33\t";
          echo "test14\t\n";
          echo "test21\t";
          echo "test22\t";
          echo "33\t";
          echo "test24\t\n";
          echo "test31\t";
          echo "test32\t";
          echo "33\t";
          echo "test34\t\n";
          ?>
          訪問該php后,會提示下載,選擇保存后,會保存一個名為mydowns.xls的文件,可以用excel打開該文件。

          posts - 63, comments - 45, trackbacks - 0, articles - 99

          Copyright © my

          主站蜘蛛池模板: 兴安盟| 平安县| 徐州市| 青州市| 崇义县| 封开县| 巫溪县| 施甸县| 馆陶县| 富锦市| 蒙山县| 宜阳县| 安龙县| 定州市| 固镇县| 沾化县| 龙岩市| 五台县| 崇信县| 周至县| 丰都县| 东海县| 柳河县| 炉霍县| 舒兰市| 改则县| 寻乌县| 资中县| 白山市| 大新县| 关岭| 开阳县| 民丰县| 乌兰浩特市| 海丰县| 纳雍县| 萨嘎县| 商洛市| 原平市| 保亭| 肇源县|