DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42949>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42949 Summary: DrawingRecord is missing a clone method... Product: POI Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am getting the following error, during a cloning of a sheet: java.lang.RuntimeException: The class org.apache.poi.hssf.record.DrawingRecord needs to define a clone method at org.apache.poi.hssf.record.Record.clone(Record.java:153) at org.apache.poi.hssf.model.Sheet.cloneSheet(Sheet.java:329) at org.apache.poi.hssf.usermodel.HSSFSheet.cloneSheet(HSSFSheet.java:124) at org.apache.poi.hssf.usermodel.HSSFWorkbook.cloneSheet (HSSFWorkbook.java:497) The sheet has an image, which is obviously not cloneable within POI. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
