Bug 17491

Summary: [PATCH]Unable to set the order sheets appear in
Product: POI Reporter: Ruel Loehr <ruelloehr>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 2.0-dev   
Target Milestone: ---   
Hardware: PC   
OS: other   
Attachments: Added function setSheetOrder and a class to test it
Updates the usermodel so that setsheetOrder function can be accessed
Patch without the junk. Thanks for your patience, i am new to this!

Description Ruel Loehr 2003-02-27 15:18:47 UTC
Currently you cannot set the order that sheets appear in (the tabs).  They 
appear in the order they are created.
Comment 1 Ruel Loehr 2003-02-27 15:22:04 UTC
Created attachment 5076 [details]
Added function setSheetOrder and a class to test it
Comment 2 Avik Sengupta 2003-03-01 16:08:50 UTC
applied. thanks. But shouldnt this be accessible via usermodel? just a thought. 
Comment 3 Ruel Loehr 2003-03-03 14:10:49 UTC
Created attachment 5117 [details]
Updates the usermodel so that setsheetOrder function can be accessed
Comment 4 Avik Sengupta 2003-03-03 14:28:07 UTC
can you please do 
$ cvs diff -u src/ 

from the jakarta-poi top level directory? The patch contains too much junk diff,
including stuff from tools/cents. I applied the last one manually, but this one
has more junk. 

thanks a lot. 
Comment 5 Ruel Loehr 2003-03-03 15:27:27 UTC
Created attachment 5121 [details]
Patch without the junk. Thanks for your patience, i am new to this!
Comment 6 Avik Sengupta 2003-03-18 19:27:48 UTC
Applied, pls cross check. Your new patch didnt include the testcase, i took it
from the old patch.