https://issues.apache.org/bugzilla/show_bug.cgi?id=54645
--- Comment #3 from Nick Burch <[email protected]> --- Just to confirm for anyone looking later and wondering about threading with POI: Two threads, each working on different workbooks (or other file formats) should always be fine Two threads, trying to work on the same workbook object (or same slideshow, word doc, poifsfilesystem etc) is not supported Each workbook / filesystem / etc must only be worked on by one thread. Multiple threads must each work with their own objects -- 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]
