https://issues.apache.org/bugzilla/show_bug.cgi?id=51963
--- Comment #2 from Paul Spencer <[email protected]> 2011-10-05 17:45:40 UTC --- Created attachment 27698 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27698 The only sheet is named "Abc,1" *** * Sample of code that generated the exception. *** String RegionName = "Intekon.ProdCodes" Name namedRegion = workbook.getName(regionName); if (namedRegion != null && !namedRegion.isDeleted()) { if ((sheetName == null) || sheetName.equals(namedRegion.getSheetName())) { regions.add(namedRegion); } } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
