DO NOT REPLY [Bug 34072] - No easy way to tell if worksheet is hidden (no access to the BoundsheetRecord option flag)

2005-04-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34072





--- Additional Comments From [EMAIL PROTECTED]  2005-04-22 22:02 ---
Hi,
The changes to the HSSFWorkbook/Workbook in the attachment look very much like
what I need too.
But the changes to make the hidden attribute available to HSSFSheet/Sheet do not
make sense to me. These isHidden methods do not reflect changes made through the
HSSFWorkbook/Workbook. So you end up getting different results if you ask the
Workbook and the Sheet. To fix this, we would need to pass not ony the hidden
flag to the sheet, but a reference to it's boundsheet record in the constructor.
But that would also mean a change in the way createSheet and cloneSheet are
working...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



DO NOT REPLY [Bug 34072] - No easy way to tell if worksheet is hidden (no access to the BoundsheetRecord option flag)

2005-04-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34072


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-04-22 13:24 ---
*** Bug 34075 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



DO NOT REPLY [Bug 34072] - No easy way to tell if worksheet is hidden (no access to the BoundsheetRecord option flag)

2005-04-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34072





--- Additional Comments From [EMAIL PROTECTED]  2005-04-22 13:23 ---
This is useful, thanks, but  could you --

1. Namespace the contants (SHEET_VISIBILITY_VISIBLE, SHEET_VISIBILITY_HIDDEN
etc. for example)

2. Attach these as a diff 

3. Add testcases. 

That would be very helpful, else someone will have to spend a couple of hours to
check this in. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



DO NOT REPLY [Bug 34072] - No easy way to tell if worksheet is hidden (no access to the BoundsheetRecord option flag)

2005-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34072





--- Additional Comments From [EMAIL PROTECTED]  2005-03-22 01:40 ---
Created an attachment (id=14530)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14530&action=view)
Should also be able to set the options flag (to hide/unhide the worksheet)

I have added the ability to set the options flag to my proposed enhancement. As
well, I have added the ability to select a sheet by name as well as by index
(i.e. sheet number).

I also outline how the hidden attribute could be added to the Sheet and
HSSFSheet classes.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/