You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/10/01 21:57:39 UTC

DO NOT REPLY [Bug 44523] Select Sheet Tab does not work correctly

https://issues.apache.org/bugzilla/show_bug.cgi?id=44523

Shibaram Sahoo <du...@yahoo.co.in> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|3.0                         |3.2-FINAL
         Resolution|FIXED                       |
         OS/Version|Windows XP                  |Windows Vista

--- Comment #6 from Shibaram Sahoo <du...@yahoo.co.in> 2009-10-01 12:57:37 PDT ---
I confirm, I am facing the same problem.
It's not fixed.
In same scenario, after copying a old workbook from then adding a sheet to it
and saving it. And setting the new sheet as Active is not working.

I tried below both ways.            

workBook.setActiveSheet(workBook.getSheetIndex(workBook.getSheet(sheetName)));
           
workBook.setSelectedTab(workBook.getSheetIndex(workBook.getSheet(sheetName)));

But none is working.


Thanks
Shiva

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org