Connect to spread sheet file (in french: Feuille de calcul Xml 2003)
Dear All,
how to write the connection string of a file which is XML spread sheet 2003
my file named test.xml and its contains is:
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook
xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
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="Attributes">
<Table>
<Row>
<Cell><Data ss:Type="String">c1l1</Data></Cell>
<Cell><Data ss:Type="String">C2l2</Data></Cell>
</Row>
<Row>
<Cell><Data ss:Type="String">C1L2</Data></Cell>
<Cell><Data ss:Type="String">C2L2</Data></Cell>
</Row>
.
.
.
.
.
</Table>
</Worksheet>
<Worksheet ss:Name="Symbols">
.
.
.
.
</Worksheet>
</Workbook>