xlnt/tests/data/writer/expected/short_number.xml

22 lines
761 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">
2014-05-09 03:32:12 +08:00
<sheetPr>
2014-06-06 04:19:31 +08:00
<outlinePr summaryBelow="1" summaryRight="1"/>
2014-05-09 03:32:12 +08:00
</sheetPr>
2014-06-06 04:19:31 +08:00
<dimension ref="A1:A1"/>
2014-05-09 03:32:12 +08:00
<sheetViews>
<sheetView workbookViewId="0">
2014-06-06 04:19:31 +08:00
<selection activeCell="A1" sqref="A1"/>
2014-05-09 03:32:12 +08:00
</sheetView>
</sheetViews>
2014-06-06 04:19:31 +08:00
<sheetFormatPr baseColWidth="10" defaultRowHeight="15"/>
2014-05-09 03:32:12 +08:00
<sheetData>
<row r="1" spans="1:1">
<c r="A1" t="n">
<v>1234567890</v>
</c>
</row>
</sheetData>
2014-06-06 04:19:31 +08:00
<pageMargins left="0.75" right="0.75" top="1" bottom="1" header="0.5" footer="0.5"/>
</worksheet>