Bug 13775

Summary: Multiple Named Ranges Created using POI - HSSF Crashes Excel
Product: POI Reporter: Chun Zhang <czhang>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: critical    
Priority: P3    
Version: 1.5.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Code to reproduce the problem.

Description Chun Zhang 2002-10-18 21:41:01 UTC
Created named ranges in a Excel workbook that contains two worksheets,
a named range was created for each worksheet and then saved the workbook
to disk. 

When tried to open the resulting Excel file using Excel, Excel crashes.
Comment 1 Andy Oliver 2002-10-19 01:22:27 UTC
Please attach:

1. The simplest possible spreadsheet that has this issue
2. The simplest possible code that reproduces this issue

Thanks,

Andy
Comment 2 Chun Zhang 2002-10-20 03:26:10 UTC
Created attachment 3539 [details]
Code to reproduce the problem.
Comment 3 Danny Mui 2003-03-06 21:13:52 UTC
Fixed as of March 6, 2003 Nightly, test case added to TestNamedRange