https://bz.apache.org/bugzilla/show_bug.cgi?id=63659
--- Comment #2 from ni个小逗比 <[email protected]> --- (In reply to Dominik Stadler from comment #1) > Sorry, but I don't really understand the actual issue, can you describe in > some more detail what you think is wrong or should be changed? if we have a XSSFSheet , and want to get a SXSSFSheet, so we would invoke the constractor of SXSSFSheet : public SXSSFSheet(SXSSFWorkbook workbook, XSSFSheet xSheet) throws IOException . and then we do this : SXSSFWorkbook#getSheetAt(i), will return null , because of the method SXSSFWorkbook#registerSheetMapping do not invoked so we shoud call SXSSFWorkbook#registerSheetMapping when we invoke the constractor of SXSSFSheet : public SXSSFSheet(SXSSFWorkbook workbook, XSSFSheet xSheet) throws IOException . -- 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]
