jsp導(dǎo)出excel文件,使用POI的

          Posted on 2006-10-25 17:55 Hally 閱讀(8210) 評(píng)論(4)  編輯  收藏 所屬分類: 學(xué)習(xí)隨筆

          ?


          <% @?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 );

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

          ????
          for ?( int ?i? = ? 0 ;?i? < ? 4 ;?i ++ )? {
          ????????
          // 定義數(shù)據(jù)從第二行開始???????
          ????????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 );

          ????????
          // 填充內(nèi)容

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

          ????}

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

          Feedback

          # re: jsp導(dǎo)出excel文件,使用POI的  回復(fù)  更多評(píng)論   

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

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

          # re: jsp導(dǎo)出excel文件,使用POI的  回復(fù)  更多評(píng)論   

          2007-07-11 13:06 by adfasdf
          afasfasfd

          # re: jsp導(dǎo)出excel文件,使用POI的  回復(fù)  更多評(píng)論   

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

          # re: jsp導(dǎo)出excel文件,使用POI的  回復(fù)  更多評(píng)論   

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

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

          Copyright © Hally

          主站蜘蛛池模板: 虹口区| 娄底市| 常德市| 姚安县| 商城县| 河津市| 永定县| 舞钢市| 江孜县| 仁布县| 长岭县| 时尚| 通辽市| 青海省| 乐平市| 黎平县| 正阳县| 新余市| 江川县| 繁峙县| 武城县| 临西县| 上犹县| 宾阳县| 华阴市| 连山| 闵行区| 宿迁市| 龙陵县| 岢岚县| 馆陶县| 高阳县| 深水埗区| 宿迁市| 富阳市| 太原市| 科尔| 扶风县| 青神县| 钟祥市| 锡林浩特市|