https://issues.apache.org/bugzilla/show_bug.cgi?id=49940
--- Comment #16 from liny <[email protected]> --- It also occurred when calling cloneSheet() method before write(): -------------------------------------------------------------------------- wb.cloneSheet(0); File destPath = new File(outputFilePathName).getParentFile(); if (!destPath.exists()) { log.info("Created path {}? {}", destPath.getAbsolutePath(), destPath.mkdirs()); } wb.write(new FileOutputStream(outputFilePathName)); -------------------------------------------------------------------------- -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
