Hi, While browsing through some bug-reports I saw that some of them are caused by first writing out the Workbook (mostly XSSF) and then trying to continue to use it, this leads to XmlValueDisconnectedException and other exceptions as it seems some data structures are "broken" during writing them out. E.g. https://issues.apache.org/bugzilla/show_bug.cgi?id=52233 and https://issues.apache.org/bugzilla/show_bug.cgi?id=49322
Would you expect this to work? Or should we rather document that this is not possible and close the related bug-reports? Then Workbook should probably fail fast with a better error message in such cases... Thanks... Dominik