ERROR:
Caused by: java.lang.NoSuchMethodError: org.apache.poi.hssf.usermodel.HSSFClientAnchor.setAnchorType
After poi-3.13 setAnchorType(int anchorType) changed as setAnchorType(AnchorType anchorType)
but in the jasperreport JRXlsExporter class, it still call this method with int anchorType.
Recommended Comments