Bug 13775 - Multiple Named Ranges Created using POI - HSSF Crashes Excel
Summary: Multiple Named Ranges Created using POI - HSSF Crashes Excel
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 1.5.1
Hardware: All All
: P3 critical (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-18 21:41 UTC by Chun Zhang
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments
Code to reproduce the problem. (2.77 KB, text/plain)
2002-10-20 03:26 UTC, Chun Zhang
Details

Note You need to log in before you can comment on or make changes to this bug.
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