I am creating a file like so
try { File file = new File(workingDir, obj.getName() + \".xls\"); outputStream = new FileOutputStream(file); } catch (FileN
Make sure the user that runs the JVM process has the right permissions to access that file.