Selenium中讀取Excel文件

  1.POI public class ReadExcel { public static void main(String[] args) throws FileNotFoundException { try { File src=new File(".\\Files\\test_data.xlsx");//指定路徑 FileInputStream fis=new Fi
相關文章
相關標籤/搜索