I am getting the following exception while trying to write an .xlsx file using Apache POI: org.apache.xmlbeans.impl.values.XmlValueDisconnectedException>
I too faced the same issue when using apache poi 3.10.
But after adding latest apache poi jar files, it worked for me.
Please try after updating the jars to latest.