Search found 1 match

by tapanmaru
Thu Jul 26, 2007 7:50 pm
Forum: JWorkbook
Topic: Want to kow whether the workbook already exists or not
Replies: 0
Views: 71103

Want to kow whether the workbook already exists or not

I am developing a Swing GUI application and from that application, I want to append data in an excel file (e.g. data.xls) Now my question is I want to know is there any way to check whether the file existes or not. (Not Core Java IO - File class). I can do that through Java IO -- File class but does...