I am generating an XML by Excel itself (file of type XML Spreadsheet 2003).
The generated file has the following XML data pattern:
<Row>
<Cell><Data ss:Type="String">Williams</Data></Cell>
<Cell ss:StyleID="s63"><Datass:Type="Number">10644</Data></Cell>
<Cell><Data ss:Type="String">UK</Data></Cell>
<Cell><Data ss:Type="String">Qtr 2</Data></Cell>
</Row>
Creating a project in Delphi, using a DataSet and a DataSource, and doing the default configuration, Delphi can not read the fields of this XML, as it happens when we have a file in the default below. What do I do to convert the Excel spreadsheet into an XML standard that Delphi understands, or how do I interpret this XML pattern?
<ROW NOME="PAMELA" DT_NASCIMENTO="19521002" DT_CADASTRO="20031020" TELEFONE="2548874"
CELULAR="93712225" EMAIL="[email protected]"/>