Bug 17491 - [PATCH]Unable to set the order sheets appear in
Summary: [PATCH]Unable to set the order sheets appear in
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.0-dev
Hardware: PC other
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 15:18 UTC by Ruel Loehr
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Added function setSheetOrder and a class to test it (10.44 KB, patch)
2003-02-27 15:22 UTC, Ruel Loehr
Details | Diff
Updates the usermodel so that setsheetOrder function can be accessed (25.95 KB, text/plain)
2003-03-03 14:10 UTC, Ruel Loehr
Details
Patch without the junk. Thanks for your patience, i am new to this! (1.06 KB, patch)
2003-03-03 15:27 UTC, Ruel Loehr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.