亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術(shù)文章
文章詳情頁

Java中用POI實(shí)現(xiàn)將數(shù)據(jù)導(dǎo)出到Excel

瀏覽:84日期:2022-05-23 11:58:17
一、前言

數(shù)據(jù)導(dǎo)出為Excel在我們寫項(xiàng)目的過程中經(jīng)常用到

需要用到的jar包 poi-3.17.jar

二、具體實(shí)現(xiàn)步驟

//第一步創(chuàng)建一個webbook,對應(yīng)一個Excel文件HSSFWorkbook wb=new HSSFWorkbook();//第二步,在webbook中添加一個sheet,對應(yīng)Excel文件中的sheetHSSFSheet sheet=wb.createSheet('食物信息數(shù)據(jù)');//第三步,在sheet中添加表頭第0行HSSFRow row = sheet.createRow(0);//第四步,創(chuàng)建單元格,并設(shè)置表頭居中HSSFCellStyle style = wb.createCellStyle();style.setAlignment(HorizontalAlignment.CENTER);//居中格式HSSFCell cell = row.createCell(0);cell.setCellValue('編號');cell.setCellStyle(style);cell=row.createCell((short)1);cell.setCellValue('名稱');cell.setCellStyle(style);cell=row.createCell((short)2);cell.setCellValue('類型');cell.setCellStyle(style);cell=row.createCell((short)3);cell.setCellValue('單價');cell.setCellStyle(style);cell=row.createCell((short)4);cell.setCellValue('庫存');cell.setCellStyle(style);//第五步,寫入實(shí)體數(shù)據(jù),從數(shù)據(jù)庫拿數(shù)據(jù)FoodController controller=new FoodController();List<Foods> foodsList = controller.foodsList(null, null);for (int i = 0; i < foodsList.size(); i++) {//創(chuàng)建單元格,并賦值row=sheet.createRow(i+1);Foods foods = foodsList.get(i);row.createCell((short)0).setCellValue(foods.getId());row.createCell((short)1).setCellValue(foods.getName());row.createCell((short)2).setCellValue(foods.getType());row.createCell((short)3).setCellValue(foods.getPrice());row.createCell((short)4).setCellValue(foods.getNum());}//第六步,下載ExcelOutputStream out=null;out=response.getOutputStream();String fileName='食物信息.xls';response.setContentType('application/x-=msdownload');response.setHeader('Content-Disposition', 'attachment; filename='+URLEncoder.encode(fileName, 'UTF-8'));wb.write(out);三、實(shí)現(xiàn)效果圖

導(dǎo)出成功后數(shù)據(jù)成功顯示

Java中用POI實(shí)現(xiàn)將數(shù)據(jù)導(dǎo)出到Excel

到此這篇關(guān)于Java中用POI實(shí)現(xiàn)將數(shù)據(jù)導(dǎo)出到Excel的文章就介紹到這了,更多相關(guān)java數(shù)據(jù)導(dǎo)出到Excel內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: excel
相關(guān)文章:
主站蜘蛛池模板: 久久精品国产72国产精福利 | 美国黄色网址 | 97香蕉超级碰碰碰久久兔费 | 国产一级爱c片免费播放 | 成人免费观看视频久爱网 | 奇米亚洲春色 | 午夜久久久久久亚洲国产精品 | 狠狠色丁香婷婷久久综合2021 | 久久精品在线免费观看 | 欧美在线免费观看视频 | 天天色一色 | 一级毛片aaaaaa免费看 | 午夜91 | 一级片在线观看视频 | 性做久久久久久久久25的美女 | 欧美ol丝袜高跟秘书在线观看 | 国产高清在线91福利 | 26uuu老色哥| 久久精品久久精品久久 | 1024在线观看国产天堂 | 一级做a爰片久久毛片毛片 一级做a爰片久久毛片免费 | 亚洲精品在线不卡 | 中文字幕色综合久久 | 亚洲精品一区二区三区第四页 | 日本三级带日本三级带黄国产 | 玖玖在线国产精品 | 亚洲最大网站 | 欧美日韩国产亚洲综合不卡 | 中文字幕日韩精品亚洲七区 | 91在线播放网站 | 国产视频精品免费 | 日本粉嫩毛片视频 | 亚洲国产精品成人精品软件 | 青青国产精品 | 亚洲无线码1区 | 国产不卡一卡2卡三卡4卡5卡在线 | 伊人9999| 欧洲女人性开放免费网站 | 亚洲一区二区三区免费视频 | 国产片91人成在线观看 | 欧美一区二三区 |