jsp導出excel文件,使用POI的

          Posted on 2006-10-25 17:55 Hally 閱讀(8216) 評論(4)  編輯  收藏 所屬分類: 學習隨筆

          ?


          <% @?page?language = " java " ?contentType = " text/html;charset=gb2312 " %>
          <% @?page?language = " java "
          ????
          import = " java.util.*,org.apache.poi.hssf.usermodel.HSSFWorkbook,org.apache.poi.hssf.usermodel.HSSFSheet,org.apache.poi.hssf.usermodel.HSSFRow,org.apache.poi.hssf.usermodel.HSSFCell " %>
          <%
          ????response.setContentType(
          " APPLICATION/OCTET-STREAM " );
          ????response.setHeader(
          " Content-Disposition " ,
          ????????????
          " attachment;?filename=\ " test.xls " ?+

          ????????????
          " \ "" );

          ????HSSFWorkbook?wb?
          = ? new ?HSSFWorkbook();
          ????HSSFSheet?sheet?
          = ?wb.createSheet( " sheet1 " );

          ????
          // 以下以寫表頭
          ????
          // 表頭為第一行
          ????HSSFRow?row? = ?sheet.createRow(( short )? 0 );

          ????HSSFCell?cell1?
          = ?row.createCell(( short )? 0 );
          ????HSSFCell?cell2?
          = ?row.createCell(( short )? 1 );
          ????HSSFCell?cell3?
          = ?row.createCell(( short )? 2 );

          ????cell1.setEncoding((
          short )? 1 );
          ????cell1.setCellType(
          1 );
          ????cell2.setEncoding((
          short )? 1 );
          ????cell2.setCellType(
          1 );
          ????cell3.setEncoding((
          short )? 1 );
          ????cell3.setCellType(
          1 );

          ????
          // 定義表頭的內容
          ????cell1.setCellValue( " 測試 " );
          ????cell2.setCellValue(
          " 測試2 " );
          ????cell3.setCellValue(
          " 測試3 " );

          ????
          for ?( int ?i? = ? 0 ;?i? < ? 4 ;?i ++ )? {
          ????????
          // 定義數據從第二行開始???????
          ????????row? = ?sheet.createRow(( short )?i? + ? 1 );
          ????????cell1?
          = ?row.createCell(( short )? 0 );
          ????????cell2?
          = ?row.createCell(( short )? 1 );
          ????????cell3?
          = ?row.createCell(( short )? 2 );

          ????????cell1.setEncoding((
          short )? 1 );
          ????????cell1.setCellType(
          1 );
          ????????cell2.setEncoding((
          short )? 1 );
          ????????cell2.setCellType(
          1 );
          ????????cell3.setEncoding((
          short )? 1 );
          ????????cell3.setCellType(
          1 );

          ????????
          // 填充內容

          ????????cell1.setCellValue(
          " ggg " );
          ????????cell2.setCellValue(
          " 00000 " );
          ????????cell3.setCellValue(
          " adfasdf " );

          ????}

          ????wb.write(response.getOutputStream());
          ????response.getOutputStream().flush();
          ????response.getOutputStream().close();
          %>

          Feedback

          # re: jsp導出excel文件,使用POI的  回復  更多評論   

          2006-10-25 18:04 by Hally
          poi 下載地址

          http://jakarta.apache.org/site/downloads/downloads_poi.cgi

          # re: jsp導出excel文件,使用POI的  回復  更多評論   

          2007-07-11 13:06 by adfasdf
          afasfasfd

          # re: jsp導出excel文件,使用POI的  回復  更多評論   

          2008-05-25 20:47 by eter
          @adfasdf

          # re: jsp導出excel文件,使用POI的  回復  更多評論   

          2009-03-02 14:22 by wangdong
          頂呀,搞出來是亂碼

          posts - 43, comments - 200, trackbacks - 0, articles - 2

          Copyright © Hally

          主站蜘蛛池模板: 鲜城| 乌什县| 连江县| 哈巴河县| 兴化市| 盖州市| 乡宁县| 托克逊县| 连江县| 大渡口区| 晋城| 冕宁县| 绥棱县| 南丰县| 东海县| 宁南县| 若羌县| 曲阳县| 广汉市| 高陵县| 芒康县| 垦利县| 泰安市| 石狮市| 建昌县| 永和县| 邮箱| 确山县| 溧水县| 应用必备| 崇左市| 抚远县| 泸水县| 太和县| 临漳县| 许昌市| 桃园市| 清河县| 柳林县| 井陉县| 孟州市|