透過Java解析Excel檔案

也是一個工作中遇到的情境,很多單位想讓內部人員利用Excel維護資料(因為維護上比較簡單方便),且想讓這份資料透過網頁呈現給一般網友閱讀,所以整體後端的流程應該是:

  1. 將維護的Excel透過網頁介面上傳
  2. 將上傳的Excel轉換成XML
  3. 網頁去讀取這份XML來呈現

透過以上的三個步驟,就可以完成客戶想要效果。

本範例展示的是讀取Excel的XLS格式(新版Excel為XLSX格式),並轉換成陣列的方法(寫入XML在前面的範例就有了),我們選用讀取Excel的Library是Apache POI,而檔內已經有以下的資料,其中Total是公式欄位,計算Price x Quantity:

IDNamePriceQuantityTotal
100001產品名稱110550
100002產品名稱22010200
100003產品名稱33015450

以下是讀取的程式範例:

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, ]

You may also like...

25,697 Responses

  1. Georgeunula表示:

    reputable indian online pharmacy: UsaIndiaPharm – UsaIndiaPharm

  2. CarltonUnith表示:

    https://usaindiapharm.com/# buy medicines online in india

  3. Georgeunula表示:

    online pharmacy india: USA India Pharm – indian pharmacy online

  4. geekbar表示:

    You need to take part in a contest for one of the most useful blogs on the web. I will recommend this website!

  5. Thanks for this wonderful article. Also a thing is that many digital cameras are available equipped with some sort of zoom lens that allows more or less of the scene to get included by means of ‘zooming’ in and out. These kinds of changes in {focus|focusing|concentration|target|the a**** length usually are reflected within the viewfinder and on big display screen right at the back of the camera.

  6. Waltonnix表示:

    world pharmacy india: world pharmacy india – UsaIndiaPharm

  7. FrankGlora表示:

    top 10 pharmacies in india: USA India Pharm – USA India Pharm

  8. DavidSooni表示:

    UsaIndiaPharm UsaIndiaPharm UsaIndiaPharm

  9. FrankGlora表示:

    UsaIndiaPharm: mail order pharmacy india – top online pharmacy india

  10. Georgeunula表示:

    top 10 online pharmacy in india: USA India Pharm – USA India Pharm

  11. CarltonUnith表示:

    http://usaindiapharm.com/# UsaIndiaPharm

  12. Hi! I just wish to offer you a huge thumbs up for your great information you have right here on this post. I’ll be returning to your website for more soon.

  13. Waltonnix表示:

    USA India Pharm: world pharmacy india – india pharmacy

  14. Georgeunula表示:

    UsaIndiaPharm: USA India Pharm – USA India Pharm

  15. Hnjefq表示:

    purchase inderal generic – buy methotrexate 10mg for sale purchase methotrexate generic

  16. CarltonUnith表示:

    https://usaindiapharm.shop/# indian pharmacy

  17. DavidSooni表示:

    pharmacy website india top online pharmacy india online pharmacy india

  18. Georgeunula表示:

    indianpharmacy com: UsaIndiaPharm – UsaIndiaPharm

  19. I agree fully with your comment. There’s a detailed article on https://sumclub.guide/ that covers the same ground, and it provides additional context that supports your argument.

  20. SteveViand表示:

    https://usmexpharm.com/# usa mexico pharmacy

  21. rr88表示:

    Howdy! I could have sworn I’ve been to this site before but after browsing through a few of the posts I realized it’s new to me. Nonetheless, I’m definitely delighted I discovered it and I’ll be bookmarking it and checking back regularly!

  22. Cletusiders表示:

    Mexican pharmacy ship to USA: mexican pharmacy – certified Mexican pharmacy

  23. Cletusiders表示:

    usa mexico pharmacy: Mexican pharmacy ship to USA – UsMex Pharm

  24. DennisDor表示:

    certified Mexican pharmacy: usa mexico pharmacy – USMexPharm

  25. MicahTails表示:

    mexican online pharmacies prescription drugs: Mexican pharmacy ship to USA – USMexPharm

  26. SteveViand表示:

    https://usmexpharm.com/# Us Mex Pharm

  27. ArmandoDrumb表示:

    kraken32 – kra31, kraken marketplace

  28. ArthurMen表示:

    кракен даркнет – кракен вход, кракен тор

發佈回覆給「Waltonnix」的留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。