You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Danny Mui <da...@muibros.com> on 2003/03/03 22:38:45 UTC

Re: name of sheet (was Re: DO NOT REPLY [Bug 17491] - [PATCH]Unable to set the order sheets appear in)

The sheet names are stored in the boundsheet records and are associated 
at the workbook level.  Would be nice if they were available in the 
sheet objects, and would be extremely handy for HSSFWorkbook to be 
referenced in a HSSFSheet (Jason needed such a reference i believe).

Quick answer from my foggy memory...back to vacation bliss!!

danny

Avik Sengupta wrote:

>Thanks. 
>
>poi-dev,
>in looking at writing a few tests for this case, i was stuck by the
>inability to get the name from a sheet object (high level or low level).
>Any ideas? or particular reason why this is the case? You are free to
>tell me i am being inordinately stupid!
>
>  
>