嗨在我的项目中,我实现了读/写excel表,这段代码在我的本地主机上运行,但我在服务器上传这段代码,那时我得到如下错误;
at java.lang.Thread.run(Thread.java:744)
at java.lang.Thread.run(Thread.java:744)
java.io.FileNotFoundException: D:\question(h).xls (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:146)
at java.io.FileInputStream.<init>(FileInputStream.java:101)
Controller.AdminExelSheetController.read(AdminExelSheetController.jav a:189)