透過Java解析Excel檔案
也是一個工作中遇到的情境,很多單位想讓內部人員利用Excel維護資料(因為維護上比較簡單方便),且想讓這份資料透過網頁呈現給一般網友閱讀,所以整體後端的流程應該是:
- 將維護的Excel透過網頁介面上傳
- 將上傳的Excel轉換成XML
- 網頁去讀取這份XML來呈現
透過以上的三個步驟,就可以完成客戶想要效果。
本範例展示的是讀取Excel的XLS格式(新版Excel為XLSX格式),並轉換成陣列的方法(寫入XML在前面的範例就有了),我們選用讀取Excel的Library是Apache POI,而檔內已經有以下的資料,其中Total是公式欄位,計算Price x Quantity:
ID | Name | Price | Quantity | Total |
100001 | 產品名稱1 | 10 | 5 | 50 |
100002 | 產品名稱2 | 20 | 10 | 200 |
100003 | 產品名稱3 | 30 | 15 | 450 |
以下是讀取的程式範例:
package CDIT.stanley; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Iterator; import org.apache.poi.hssf.usermodel.HSSFCell; import org.apache.poi.hssf.usermodel.HSSFRow; import org.apache.poi.hssf.usermodel.HSSFSheet; import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.poifs.filesystem.POIFSFileSystem; public class excelToXMLFullSample { static ArrayList<ArrayList<String>> excelData = new ArrayList<ArrayList<String>>(); public static void main (String[] args) throws FileNotFoundException{ excelData.clear(); String xlsPath = "C:\\Projects\\Javas\\sample.xls"; InputStream inputStream = null; inputStream = new FileInputStream (xlsPath); POIFSFileSystem fileSystem = null; try { fileSystem = new POIFSFileSystem (inputStream); @SuppressWarnings("resource") HSSFWorkbook workBook = new HSSFWorkbook (fileSystem); HSSFSheet sheet = workBook.getSheetAt (0); Iterator<?> rows = sheet.rowIterator (); while (rows.hasNext ()){ HSSFRow row = (HSSFRow) rows.next(); Iterator<?> cells = row.cellIterator (); ArrayList<String> rowData = new ArrayList<String>(); while (cells.hasNext ()){ HSSFCell cell = (HSSFCell) cells.next(); switch (cell.getCellTypeEnum()){ case STRING :{ rowData.add(cell.getStringCellValue()); break; } case NUMERIC : { rowData.add((int)cell.getNumericCellValue() + ""); break; } case FORMULA :{ switch(cell.getCachedFormulaResultTypeEnum()) { case STRING: rowData.add(cell.getStringCellValue ()); break; case NUMERIC: rowData.add((int)cell.getNumericCellValue() + ""); break; default: rowData.add(""); break; } } default: rowData.add(""); break; } } excelData.add(rowData); } } catch(IOException e){ System.out.println("IOException " + e.getMessage()); System.out.println("轉換失敗,請檢查Excel檔案與格式是否正確"); } for(int i=0 ; i<excelData.size(); i++){ System.out.println("Excel Row "+ i +" Data : " + excelData.get(i)); } } }
程式會把Excel內的資料轉換為ArrayList,輸出內容如下:
Excel Row 0 Data : [Product ID, Product Name, Product Price, Quantity, Total] Excel Row 1 Data : [100001, 產品名稱1, 10, 5, 50, ] Excel Row 2 Data : [100002, 產品名稱2, 20, 10, 200, ] Excel Row 3 Data : [100003, 產品名稱3, 30, 15, 450, ]
Реально ли приобрести диплом стоматолога? Основные этапы
Как купить аттестат 11 класса с официальным упрощенным обучением в Москве
mexico drug stores pharmacies [url=https://mexicanpharmeasy.com/#]mexican pharm easy[/url] reputable mexican pharmacies online
Покупка диплома о среднем полном образовании: как избежать мошенничества?
Аттестат школы купить официально с упрощенным обучением в Москве
carprofen without vet prescription https://canadianpharm1st.com/# over the counter ed medication
Как приобрести аттестат о среднем образовании в Москве и других городах
Узнайте, как приобрести диплом о высшем образовании без рисков
Как купить аттестат 11 класса с официальным упрощенным обучением в Москве
gti-club.ru/forum/member.php?u=23001
Быстрая схема покупки диплома старого образца: что важно знать?
Как правильно купить диплом колледжа и пту в России, подводные камни
Можно ли купить аттестат о среднем образовании? Основные рекомендации
or1gano.80lvl.ru/viewtopic.php?f=10&t=1349
best pill for ed: canadianpharm1st.com – over the counter ed drugs
top 10 pharmacies in india: indian pharmacy – top 10 pharmacies in india
вывод из запоя цена chesskomi.borda.ru/?1-8-0-00003050-000-0-0-1730786426 .
homeopathic remedies for ed http://mexicanpharmeasy.com/# buying prescription drugs in mexico online
вывод из запоя в наркологическом стационаре https://kozaostra.mybb.ru/viewtopic.php?id=14294 .
нарколог на дом круглосуточно http://www.dubna.myqip.ru/?1-5-0-00000285-000-0-0-1730786889 .
частный нарколог на дом http://www.aqvakr.forum24.ru/?1-7-0-00011582-000-0-0-1730786168/ .
вывод из запоя на дому в сочи https://svarog.forum24.ru/?1-0-0-00000227-000-0-0-1730787062/ .
buying prescription drugs in mexico MexicanPharmEasy mexico pharmacies prescription drugs
Как получить диплом техникума официально и без лишних проблем
Cleveland Browns edge past Pittsburgh Steelers in snowy Thursday Night Football showdown
[url=https://varkotel-sfera.ru/product-category/kotly-dlya-kalyannogo-tabaka/]производство варочных котлов[/url]
The weather at Huntington Bank Field was the main talking point as the Cleveland Browns hosted division rivals Pittsburgh Steelers on Thursday Night Football.
What started out as a wintery mix quickly turned to blizzard-like conditions in the second half as the Browns found a way past the Steelers 24-19 following a late touchdown from running back Nick Chubb.
With the kickoff temperature at 32 degrees Fahrenheit, the first half was a defensive tug-of-war between both teams.
Steelers kicker Chris Boswell opened the scoring with a 48-yard field goal in the second quarter. But on the ensuing possession, the Browns offense orchestrated a 12-play, 80-yard drive, capped off by a two-yard rushing touchdown by Chubb. Cleveland added a field goal before halftime to go into the locker room with a 10-3 lead.
Browns star defensive end Myles Garrett was a constant thorn in Pittsburgh’s side throughout the first half, with the 2023 Defensive Player of the Year going into the break with three sacks and a forced fumble.
Just as both teams were settling in after halftime, the stadium turned into a winter wonderland as snow blanketed not only the field but fans, players and coaches alike.
Как оказалось, купить диплом кандидата наук не так уж и сложно
Полезные советы по покупке диплома о высшем образовании без риска
Покупка диплома о среднем полном образовании: как избежать мошенничества?
Отличный сайт! Всем рекомендую!Дневники вампира смотреть онлайн
Cleveland Browns edge past Pittsburgh Steelers in snowy Thursday Night Football showdown
котел для варки кальянного табака
The weather at Huntington Bank Field was the main talking point as the Cleveland Browns hosted division rivals Pittsburgh Steelers on Thursday Night Football.
What started out as a wintery mix quickly turned to blizzard-like conditions in the second half as the Browns found a way past the Steelers 24-19 following a late touchdown from running back Nick Chubb.
With the kickoff temperature at 32 degrees Fahrenheit, the first half was a defensive tug-of-war between both teams.
Steelers kicker Chris Boswell opened the scoring with a 48-yard field goal in the second quarter. But on the ensuing possession, the Browns offense orchestrated a 12-play, 80-yard drive, capped off by a two-yard rushing touchdown by Chubb. Cleveland added a field goal before halftime to go into the locker room with a 10-3 lead.
Browns star defensive end Myles Garrett was a constant thorn in Pittsburgh’s side throughout the first half, with the 2023 Defensive Player of the Year going into the break with three sacks and a forced fumble.
Just as both teams were settling in after halftime, the stadium turned into a winter wonderland as snow blanketed not only the field but fans, players and coaches alike.
вывод из запоя в стационаре анонимно вывод из запоя в стационаре анонимно .
viagra without doctor prescription: canadianpharm1st.com – medicine for erectile