xlnt/tests/test_data/writer/expected/long_number.xml
2014-05-21 17:48:51 -04:00

23 lines
780 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<worksheet xml:space="preserve" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<sheetPr>
<outlinePr summaryBelow="1" summaryRight="1" />
</sheetPr>
<dimension ref="A1:A1" />
<sheetViews>
<sheetView workbookViewId="0">
<selection activeCell="A1" sqref="A1" />
</sheetView>
</sheetViews>
<sheetFormatPr defaultRowHeight="15" />
<cols>
<col collapsed="0" max="1" min="1" width="9.10" />
</cols>
<sheetData>
<row r="1" spans="1:1">
<c r="A1" t="n">
<v>9781231231230</v>
</c>
</row>
</sheetData>
</worksheet>