There was a fix to FreezePane in Bug 47964. The fix was included in POI 3.8 
beta 3.

If you are using an older version then I suggest that you try the beta.

Regards,
Dave

On Jun 21, 2011, at 11:57 AM, DrDad wrote:

> I had one row of column headers and one column of row headers so I did:
> 
>  oneSheet.createFreezePane(1, 1);
> 
> 
> Perfect. I added another column header row. Simple, yes? Just change to
> 
>  oneSheet.createFreezePane(1, 2);
> 
> 
> It comes out way messed up. 
> The second row of headers appears twice! Both appearances are numbered 2! It
> goes away if I use the vertical scroll bar!
> Column C, not Column B, is the first visible column in the unfrozen section.
> (In other words, it's shifted left one column.)
> 
> This happens on Excel 2007 and 2010. 
> 
> I played with alternatives such as  oneSheet.createFreezePane(1, 2,1,2); to
> no avail.
> 
> Any suggestions??
> 
> --
> View this message in context: 
> http://apache-poi.1045710.n5.nabble.com/FreezePane-problem-tp4511617p4511617.html
> Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to