Bug 6805 - all tabs selected on multi-sheet workbook
Summary: all tabs selected on multi-sheet workbook
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 1.0.2
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-01 21:20 UTC by Andy Oliver
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Oliver 2002-03-01 21:20:18 UTC
[ 522697 ] all tabs selected on multi-sheet workboo
Email:    (?)
Date:
2002-02-25 14:36 Priority:
5
Submitted By:
Jon Rosenberger (jrosenb) Assigned To:
Glen Stampoultzis (gstamp)
Category:
HSSF API Status:
Open
Summary:
all tabs selected on multi-sheet workboo
When creating a multi-sheet workbook with 1.0.2 or
1.2.0, i notice all the sheet tabs are selected when
opening from excel.

I found a spot in the 1.2.0 code that seems to set
only the first tab to be selected, but is this working
ok?

I create a workbook like this:

HSSFWorkbook workbook = new HSSFWorkbook();

workbook.createSheet(sheetName); // n times

workbook.write(...)

Add A Comment:
Please log in!

If you cannot login, then enter your email address here:

DO NOT enter passwords or confidential information in your message!

Followups:

Message

Date: 2002-02-26 13:33
Sender: jrosenb
Logged In: YES 
user_id=469580

i'm using excel 2000, with and without the service pack

Date: 2002-02-26 05:18
Sender: acoliver2
Logged In: YES 
user_id=287767

What version of Excel are you using?  On my Excel 97 nothing
is selected.  We currently don't really write selection
records.  Technically none are selected.  Perhaps the
default has changed.

Attached Files:
Name Description Download
No Files Currently Attached
Changes:

No Changes Have Been Made to This Item
Comment 1 Glen Stampoultzis 2002-03-10 12:01:32 UTC
Fixed.  Basically WindowTwoRecord was not being set correctly.