https://bz.apache.org/bugzilla/show_bug.cgi?id=60742
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |60512 Status|NEW |NEEDINFO --- Comment #1 from Javen O'Neal <[email protected]> --- Thanks! Fixed in r1783426. I'm wondering if we need to call both writeOutAndReadBack and write. If this test is testing what happens if the same workbook is written out twice, then we could accomplish that with two writeOutAndReadBack (to ByteArrayOutputStreams instead of FileOutputStreams, which are faster) or write out to a NullOutputStream if we don't care about the output. Dominik, any ideas? Referenced Bugs: https://bz.apache.org/bugzilla/show_bug.cgi?id=60512 [Bug 60512] Missing XSSFRelation.CUSTOM_PROPERTY generates POIXMLException on cloneSheet() method -- 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]
