Wednesday, 14 August 2013

How to get the excel file path using java code

How to get the excel file path using java code

String dirPath = fileObj.getParentFile().getAbsolutePath();
system.out.println(dirPath);
I tried this way but its returning the Java Project Path that is Workspace
path..

No comments:

Post a Comment