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.
