On Tue, 18 Sep 2007, Vishwa Kumba wrote:
Exception in thread ""main"" 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)
Yup, record.DrawingRecord is lacking a clone method, so that won't currently work.
Looking at DrawingRecord, there doesn't immediately seem to be anything in there that would make doing the clone tricky.
"svn blame" tells me Glen and Jason have worked on that class, perhaps one of them can comment on if it's something tricky, or just no-one thought to add it in?
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
