透過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...

27,017 Responses

  1. Communities experiencing social and economic drivers of poor health outcomes are often at higher risk of exposure to environmental hazards.

  2. Begin by shopping for several packing containers of Oreos which are completely different flavors.

  3. Lannyhat表示:

    Los casinos ofrecen entretenimiento en vivo.: jugabet chile – jugabet chile

  4. Lannyhat表示:

    Los croupiers son amables y profesionales.: jugabet – jugabet

  5. Patrickspogs表示:

    Gaming regulations are overseen by PAGCOR.: phmacao.life – phmacao com login

  6. Patrickspogs表示:

    The casino industry supports local economies significantly.: taya777 – taya777 app

  7. Patrickspogs表示:

    The casino industry supports local economies significantly.: taya365 com login – taya365.art

  8. JosephCyday表示:

    jugabet jugabet chile La diversiГіn nunca se detiene en los casinos.

  9. So, the Flipkarts and Snapdeals of India haven’t any other choice however to head overseas for listing, say analysts.

  10. 2. Danger and return works right here in a parallel means.

  11. Lannyhat表示:

    Slot machines feature various exciting themes.: phtaya.tech – phtaya casino

  12. Davidzem表示:

    http://jugabet.xyz/# Los jugadores deben conocer las reglas.
    The casino experience is memorable and unique.

  13. JosephCyday表示:

    jugabet chile jugabet chile Hay casinos en Santiago y ViГ±a del Mar.

  14. Over the past few a long time, insurers paid out more cash in claims than they took in as premiums.

  15. Lannyhat表示:

    Cashless gaming options are becoming popular.: phtaya.tech – phtaya login

  16. Patrickspogs表示:

    The gaming floors are always bustling with excitement.: phmacao.life – phmacao com

  17. Petergeoky表示:

    Obtaining a location for your webpage on reliable, high-quality platforms is an vital step in bolstering its digital reputation. These placements not only raise a site’s authority in the perspective of search platforms but also nurture credibility among its focused audience. Reliable sites, famed for their strict content standards and significant user bases, act as validators, validating the truthfulness and worth of content they associate with or host. As visitors from these platforms make their way to a site, they come with a already established sense of trust, making them more probable to connect and change.

    Moreover, positioning a website on quality trust sites extends beyond simple link-building strategies. It’s an opportunity for symbiotic growth and teamwork. Connecting with esteemed platforms permits a brand to align its principles with those of the dependable site, advocating shared ideals and intensifying its brand story. In the persistently developing digital landscape, where genuineness is at a peak, such tactical placements guarantee a site’s persistent visibility, relevance, and authority.

    https://seosearchify.blogdon.net/xrumer-art-43450043

  18. Patrickspogs表示:

    Poker rooms host exciting tournaments regularly.: phtaya login – phtaya.tech

  19. Williamgox表示:

    Players enjoy a variety of table games. https://winchile.pro/# Los juegos en vivo ofrecen emociГіn adicional.

  20. Lannyhat表示:

    Most casinos offer convenient transportation options.: phmacao.life – phmacao com

  21. JosephCyday表示:

    phmacao phmacao com login Gaming regulations are overseen by PAGCOR.

  22. Davidzem表示:

    http://phmacao.life/# Gambling can be a social activity here.
    The casino experience is memorable and unique.

  23. Williamgox表示:

    The Philippines has a vibrant nightlife scene. http://taya365.art/# The casino atmosphere is thrilling and energetic.

  24. Lannyhat表示:

    Gaming regulations are overseen by PAGCOR.: phmacao club – phmacao.life

  25. Williamgox表示:

    Casinos offer delicious dining options on-site. http://phmacao.life/# The thrill of winning keeps players engaged.

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

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