https://issues.apache.org/bugzilla/show_bug.cgi?id=42564
--- Comment #20 from [email protected] --- same shit with DeltaRecord on the some (still not clear)conditions from generated Excels.Overriding of public DeltaRecord(RecordInputStream in) { field_1_max_change = in.readDouble(); in.readDouble(); } helps but brokes regular/normal files so also needs some condition like } else if (in.available() == 8 && length == 16) { -- 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]
