I am using POI 3.5 and utlizing XSSFWorkbook.
I recently migrated it from the older version. Migrating it was a CakeWalk.
But now I do have a strange issue with the egenrated Excels.
I have code to freeze panes of my excel.
I am using something like this in my code.
_sheet.createFreezePane(freezeColumn, freezeRow);

The freeze works fine except it shows the frozen rows twice with same row
numbers in excel.
If I try to scroll down and then scroll back up in excel, everything adjusts
back to normal.
Has anyone had this issue?
Was there a fix?

THanks

-- 
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/createFreezePane-acts-Wierd-tp3272504p3272504.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