You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2003/01/22 09:27:53 UTC

DO NOT REPLY [Bug 16315] New: - Find error when setReference in a new HSSFName!

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16315>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16315

Find error when setReference in a new HSSFName!

           Summary: Find error when setReference in a new HSSFName!
           Product: POI
           Version: 1.0.2
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: wubin_wb@sina.com


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^_^)