Compras

You might also like

You are on page 1of 1

<?xml version="1.0" encoding="UTF-8"?

>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<Worksheet ss:Name="Table1">
<Table>
<Column ss:Index="1" ss:AutoFitWidth="0" ss:Width="110"/>
<Row>
<Cell><Data ss:Type="String">Fecha</Data></Cell>
<Cell><Data ss:Type="String">Monto</Data></Cell>
<Cell><Data ss:Type="String">Detalle</Data></Cell>
<Cell><Data ss:Type="String">Nota</Data></Cell>
</Row>
</Table>
</Worksheet>
</Workbook>

You might also like