Bug 16315 - Find error when setReference in a new HSSFName!
Summary: Find error when setReference in a new HSSFName!
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 1.0.2
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
: 16835 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-22 08:27 UTC by wubin
Modified: 2005-03-20 17:06 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wubin 2003-01-22 08:27:52 UTC
The right Reference is like "Sheet1!$A$1:$E$10" in excel2000,
But get sheet's name String is passed by find "." not "!" at the 
method "parseURL" in org.apache.poi.hssf.util.RangeAddress.
I think it is because of difference Excel's Version?
(^_^Sorry,My English is Bad^_^)
Comment 1 Danny Mui 2003-02-06 14:43:59 UTC
*** Bug 16835 has been marked as a duplicate of this bug. ***
Comment 2 Danny Mui 2003-03-06 21:12:30 UTC
Fixed as of March 6, 2003 Nightly, test case added to TestNamedRange