https://issues.apache.org/bugzilla/show_bug.cgi?id=44523
Shibaram Sahoo <[email protected]> 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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
