I am getting the following exception while trying to write an .xlsx file using Apache POI: org.apache.xmlbeans.impl.values.XmlValueDisconnectedException>
This occurs only when we try to write more than once to the same file that too for a .xlsx file. I came accross the same issue and got it resolved by..
It was working