Page 1 of 1

Want to kow whether the workbook already exists or not

Posted: Thu Jul 26, 2007 7:50 pm
by tapanmaru
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 JWorkbook provides any methods??

Please Reply

Tapan Maru