HAve this piece of code that opens the files:
Runtime.getRuntime().exec(new String[]
{"rundll32", "url.dll,FileProtocolHandler",
file.getAbsolutePath()});
where I have passed the file.. It's strange that its not opening some of the auto generated files in xlsx, where as it's able to open other xlsx files. Unable to debug/find a solution, Pls help