mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
65 lines
1.2 KiB
XML
65 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
|
<sheetPr>
|
|
<outlinePr summaryBelow="1" summaryRight="1"/>
|
|
</sheetPr>
|
|
<sheetViews>
|
|
<sheetView workbookViewId="0">
|
|
<selection activeCell="A1" sqref="A1"/>
|
|
</sheetView>
|
|
</sheetViews>
|
|
<sheetFormatPr baseColWidth="10" defaultRowHeight="15"/>
|
|
<sheetData>
|
|
<row r="1" spans="1:5">
|
|
<c r="A1" t="n">
|
|
<v>1</v>
|
|
</c>
|
|
<c r="B1" t="n">
|
|
<v>2</v>
|
|
</c>
|
|
<c r="C1" t="n">
|
|
<v>3</v>
|
|
</c>
|
|
<c r="D1" t="n">
|
|
<v>4</v>
|
|
</c>
|
|
<c r="E1" t="n">
|
|
<v>5</v>
|
|
</c>
|
|
</row>
|
|
<row r="2" spans="1:5">
|
|
<c r="C2" t="n">
|
|
<v>1</v>
|
|
</c>
|
|
<c r="D2" t="n">
|
|
<v>2</v>
|
|
</c>
|
|
<c r="E2" t="n">
|
|
<v>3</v>
|
|
</c>
|
|
</row>
|
|
<row r="3" spans="1:5">
|
|
<c r="A3" t="n">
|
|
<v>1</v>
|
|
</c>
|
|
<c r="B3" t="n">
|
|
<v>2</v>
|
|
</c>
|
|
<c r="C3" t="n">
|
|
<v>3</v>
|
|
</c>
|
|
</row>
|
|
<row r="4" spans="1:5">
|
|
<c r="A4" t="n">
|
|
<v>1</v>
|
|
</c>
|
|
<c r="B4" t="n">
|
|
<v>2</v>
|
|
</c>
|
|
<c r="E4" t="n">
|
|
<v>3</v>
|
|
</c>
|
|
</row>
|
|
</sheetData>
|
|
</worksheet>
|