https://bz.apache.org/bugzilla/show_bug.cgi?id=59458
--- Comment #2 from Kishan Sarsecha <[email protected]> --- Responses are given inline. Your example is missing a few critical lines, such as what os is. - WebLogic running on Linux Suse Your example probably contains more lines than are relevant. Can any of the lines in the body be deleted and still recreate your problem? The more you cut out irrelevant parts of your code, the easier it is to provide suggestions. - I have tried removing CellRangeAddress and all CellStyle, still facing the issue. Have you tried using XSSFWorkbook yet? - Yes tried using XSSFWorkbook as well, still facing the issue. SO post http://stackoverflow.com/q/37159328/2683399 Looks like you're using poi-3.13, poi-ooxml-3.13, and poi-ooxml-schemas-3.13, so at least you're not mixing POI versions. Make sure you don't have any other versions of POI on your class path. - Confirmed, no conflicts. Closing this bug unless someone can demonstrate a bug in POI rather than an environment configuration problem. - Seems like issue is on this specific version of WebLogic, I have tested on higher versions and its working fine (Please refer: http://stackoverflow.com/q/37159328/2683399) -- 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]
