xlnt/tests/data/worksheets/sheet1_freeze_panes_both.xml

25 lines
878 B
XML
Raw Normal View History

2014-06-06 04:19:31 +08:00
<?xml version="1.0"?>
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<sheetPr>
<outlinePr summaryBelow="1" summaryRight="1"/>
</sheetPr>
2015-11-02 12:52:19 +08:00
<dimension ref="F42:F42"/>
2014-06-06 04:19:31 +08:00
<sheetViews>
<sheetView workbookViewId="0">
<pane xSplit="3" ySplit="3" topLeftCell="D4" activePane="bottomRight" state="frozen"/>
<selection pane="topRight"/>
<selection pane="bottomLeft"/>
<selection pane="bottomRight" activeCell="A1" sqref="A1"/>
</sheetView>
</sheetViews>
<sheetFormatPr baseColWidth="10" defaultRowHeight="15"/>
<sheetData>
<row r="42" spans="1:6">
<c r="F42" t="s">
<v>0</v>
</c>
</row>
</sheetData>
<pageMargins left="0.75" right="0.75" top="1" bottom="1" header="0.5" footer="0.5"/>
2014-05-09 03:32:12 +08:00
</worksheet>