I have an Excel spreadsheet, generated by SAP with a date field. I need to convert this spreadsheet to XML.
I do XML mapping through Excel, but I can not get it to export the date field as a date, the equivalent number always appears as below, where the date is 6/6/2014, and in XML it appears 41796.
I've tried some formatting combinations in Excel, but none of them worked. It even has a post here in stackoverflow, but solved my case.
Note: When I convert the range to xml, the msg: The data you are trying to map contains incompatible formatting with the format specified in the worksheet.
I'm using the Excel tools XML add-in.
Some configuration is missing. Is there any way to specify the data type in the XML map?
<Row>
<Documento_SD>3208510</Documento_SD>
<Denominacao>DISJUNTOR DWA800N-630-3</Denominacao>
<Nome_1>A B RODRIGUES</Nome_1>
<Data_de_remessa>41796</Data_de_remessa>
</Row>
Thanks in advance for the help.