https://bz.apache.org/bugzilla/show_bug.cgi?id=59907
--- Comment #1 from muthukumar <[email protected]> --- In jasperreports-5.1.0.jar there is a file called JRXlsExporter.java Previously i used poi 3.11 and now want to update to poi 3.14 When i update there is a problem occured with JRXlsExporter.java in line 1549 anchor.setAnchorType(ImageAnchorTypeEnum.getByName(currentAnchorType).getValue()); in poi 3.11 the argument for HSSFClientAnchor.setAnchorType is int in poi 3.14 the argument for HSSFClientAnchor.setAnchorType is AnchorType so when compiling i meet this error: jasperreports_5_1_0/src/net/sf/jasperreports/engine/export/JRXlsExporter.java:1549: error: method setAnchorType in class HSSFClientAnchor cannot be applied to given types; anchor.setAnchorType(ImageAnchorTypeEnum.getByName(currentAnchorType).getValue()); required: AnchorType found: byte How to i use jasperreports-5.1.0.jar with poi 3.14?????? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
