Exception when writing to the xlsx document several times using apache poi 3.7

后端 未结 7 1723
夕颜
夕颜 2020-11-29 08:44

I am getting the following exception while trying to write an .xlsx file using Apache POI: org.apache.xmlbeans.impl.values.XmlValueDisconnectedException

7条回答
  •  萌比男神i
    2020-11-29 08:51

    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.

提交回复
热议问题