https://issues.apache.org/bugzilla/show_bug.cgi?id=49907
Summary: Inconsistent behaviour between HSSF and XSSF when
creating consecutive names
Product: POI
Version: 3.7-dev
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
Consider the following code:
Workbook wb = new HSSFWorkbook();
wb.createName();
wb.createName();
This fails for HSSF with the following error message:
"You are trying to assign a duplicated name record: "
For XSSFWorkbook's there is no problem.
It's not quite clear to me which behaviour is more appropriate...
POI: 3.7-build2
OS: Windows 7 64-bit
Java: 1.6.0_20 64-bit
--
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]