|
Hi ,
I am now implementing the named range
(Name).
I have already done all the needed Records and
Formula tags , to get the reference. Now I am implementing the high level
(HSSFName).
I want to hear your advice about the best way to do
it.
As I found you have 2 "Arrays" of sheets, one of
them is in Workbook, and the second is on HSSFWorkbook. As I see
Workbook.createWorkbook() does all the reading of the records to the List. After
that you get all the sheets and adds them to HSSFWorkbook.
How do think I should implement the HSSFName ,
when I read all the records In Workbook. :)
For now , I did 2 arrays of names , the first
is in Workbook (instance of NameRecord), which fills when we read the records,
after that in HSSFWorkbook I create another array (instance of
HSSFName).
Do you have any better solution ?
Thanks,
Libin Roman
|
- Re: Implementing Named Ranges Libin Roman
- Re: Implementing Named Ranges Andrew C. Oliver
- Re: Implementing Named Ranges Tal Moshaiov
- Re: Implementing Named Ranges Libin Roman
- Re: Implementing Named Ranges Andrew C. Oliver
