php導出Excel文本

          Posted on 2007-01-16 19:13 my 閱讀(890) 評論(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

          主站蜘蛛池模板: 平湖市| 霍林郭勒市| 增城市| 台南市| 莆田市| 湟源县| 扶风县| 繁昌县| 古丈县| 双柏县| 德昌县| 石阡县| 玉龙| 堆龙德庆县| 双江| 宜君县| 河池市| 唐河县| 莲花县| 阿合奇县| 东光县| 卢龙县| 静宁县| 琼海市| 鄂伦春自治旗| 浮山县| 萨迦县| 淮北市| 旺苍县| 桦南县| 洛扎县| 丹阳市| 堆龙德庆县| 永仁县| 屏边| 新沂市| 昆山市| 隆安县| 赤水市| 霍城县| 丁青县|