Hi,
I guess a named cell is the same as a name area.
I browse my named areas like this :
int nameCount = workbook.getNumberOfNames();
for(int nameIndex=0; nameIndex<nameCount; nameIndex++) {
HSSFName name = workbook.getNameAt(nameIndex);
}
By I can't see how to get the cell itself, so I may be wrong...
Pierre
2008/10/21 Chenghao Situ <[EMAIL PROTECTED]>
> Hi,
>
> In excel, we can name a cell.
> In the jxl, it provide a method in jxl.Workbook as:
> public abstract Cell findCellByName(java.lang.String name)
>
> I checked the POI API Doc but can not find such interface.
> Is there any way to find the cell by cell name?
>
> Thanks.
>
>
> ---------------------------------
> 雅虎邮箱,您的终生邮箱!
--
Cordialement,
Pierre Lavignotte
Ingénieur Conception & Développement
http://pierre.lavignotte.googlepages.com