After upgrade readyAPI 1.9 to the higher version, pop up error "java.lang.NoClassDefFoundError:org/openxmlformats/schemas/spreadsheetml/x2006/main/CTExtensionList".
solution:
replace "poi-ooxml-schemas-3.12.jar" with "ooxml-schemas-1.1.jar" in ReadyAPI lib folder.
official website clarifies the issue http://poi.apache.org/help/faq.html#faq-N10025
原文地址:https://www.cnblogs.com/testing-life/p/10368940.html
时间: 2024-11-06 09:53:46