https://issues.apache.org/bugzilla/show_bug.cgi?id=46078
Summary: split freeze pane
Product: POI
Version: 3.5-dev
Platform: PC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=22773)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22773)
split freeze pane patch
corrected bug in createFreezePane()
old
<sheetView tabSelected="true" workbookViewId="0" topLeftCell="A2">
<pane xSplit="0.0" ySplit="1.0" activePane="bottomRight" />
</sheetView>
now
<sheetView tabSelected="true" workbookViewId="0">
<pane xSplit="0.0" ySplit="1.0" activePane="bottomRight" topLeftCell="A2"
state="frozen"/>
</sheetView>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]