You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Avik Sengupta <av...@apache.org> on 2003/03/03 17:40:27 UTC

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

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!

On Mon, 2003-03-03 at 20:57, bugzilla@apache.org wrote:
> 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=17491>.
> 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=17491
> 
> [PATCH]Unable to set the order sheets appear in
> 
> 
> 
> 
> 
> ------- Additional Comments From ruelloehr@hotmail.com  2003-03-03 15:27 -------
> Created an attachment (id=5121)
> Patch without the junk. Thanks for your patience, i am new to this!




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

Posted by Danny Mui <da...@muibros.com>.
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!
>
>  
>