我試圖在java中使用apache poi讀取excel文件,但是,Eclipse沒有編譯代碼。 public class ReadExcel {
public static void main(String[] args) throws IOException {
FileInputStream file = new FileInputStream(new File("
int temp = 7;
File folder = new File("//Users//" + usr + "//Desktop//TNA//input1//");
File[] listOfFiles = folder.listFiles();
if (listOfFiles != null) {
for (int i = 0; i < listO