https://issues.apache.org/bugzilla/show_bug.cgi?id=49940
--- Comment #13 from Jolteon <[email protected]> --- (In reply to comment #12) Now a minimal code that triggers the error : Row row = _sheet.getRow(0); // defined Cell orphaned = row.getCell(0); // defined Row row1 = _sheet.createRow(0); // we lose orphaned System.out.println(orphaned); // we trigger the exception -- 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]
