https://issues.apache.org/bugzilla/show_bug.cgi?id=44523
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #10 from Josh Micich <[email protected]> 2009-10-02 11:36:46 PDT --- You haven't supplied enough details to make it clear what is going wrong, so it is difficult to guess what mistake you have made. Perhaps you are using POI 3.0 or earlier. The fix was available from version 3.1 onwards. Perhaps you haven't read the javadoc properly. Note - in the typical scenario both wb.setActiveSheet(ix) and wb.setSelectedTab(ix) need to be called. It's not clear whether you tried this. In any case you should have seen the proper effects of calling either method in isolation. Perhaps you've found some more complex use-case which re-creates the bug in version 3.1 or later. If you are certain you have working code that calls both these methods and creates a workbook with the wrong sheet active or selected, please upload that example (like attachment (id=24337)) to demonstrate your assertion. -- 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]
