<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XML Excel cell format issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891009#M1961468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I don't understand where your issue is. You should be able to achieve format DD.MM.YYYY with Excel and save it as XML. If you change the date in the XML manually, and open the file, you'll see that the file contains the manually entered date, in the format DD.MM.YYYY. Then all you need is to mimic that in ABAP. If you can't achieve the format manually, then no need to try ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 04:36:54 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-09-23T04:36:54Z</dc:date>
    <item>
      <title>XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891002#M1961461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, i faced with format of cell issue in excel file, created through XML transformation.&lt;/P&gt;&lt;P&gt;I have this Style:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Style ss:ID=&lt;SPAN class="L1S33"&gt;"tabDate"&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Alignment ss:Horizontal=&lt;SPAN class="L1S33"&gt;"Center" &lt;/SPAN&gt;ss:Vertical=&lt;SPAN class="L1S33"&gt;"Center" &lt;/SPAN&gt;ss:WrapText=&lt;SPAN class="L1S33"&gt;"1"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Borders&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Border ss:LineStyle=&lt;SPAN class="L1S33"&gt;"Continuous" &lt;/SPAN&gt;ss:Position=&lt;SPAN class="L1S33"&gt;"Bottom" &lt;/SPAN&gt;ss:Weight=&lt;SPAN class="L1S33"&gt;"1"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Border ss:LineStyle=&lt;SPAN class="L1S33"&gt;"Continuous" &lt;/SPAN&gt;ss:Position=&lt;SPAN class="L1S33"&gt;"Top" &lt;/SPAN&gt;ss:Weight=&lt;SPAN class="L1S33"&gt;"1"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Border ss:LineStyle=&lt;SPAN class="L1S33"&gt;"Continuous" &lt;/SPAN&gt;ss:Position=&lt;SPAN class="L1S33"&gt;"Left" &lt;/SPAN&gt;ss:Weight=&lt;SPAN class="L1S33"&gt;"1"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Border ss:LineStyle=&lt;SPAN class="L1S33"&gt;"Continuous" &lt;/SPAN&gt;ss:Position=&lt;SPAN class="L1S33"&gt;"Right" &lt;/SPAN&gt;ss:Weight=&lt;SPAN class="L1S33"&gt;"1"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Borders&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Font ss:Bold=&lt;SPAN class="L1S33"&gt;"0" &lt;/SPAN&gt;ss:Size=&lt;SPAN class="L1S33"&gt;"10" &lt;/SPAN&gt;x:Family=&lt;SPAN class="L1S33"&gt;"Swiss"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NumberFormat ss:Format=&lt;SPAN class="L1S33"&gt;"Short Date"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Interior ss:Color=&lt;SPAN class="L1S33"&gt;"#FFFFFF" &lt;/SPAN&gt;ss:Pattern=&lt;SPAN class="L1S33"&gt;"Solid"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this Cell with style id attached to it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tt:loop ref=&lt;SPAN class="L1S33"&gt;".ITAB"&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Row&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Cell ss:StyleID=&lt;SPAN class="L1S33"&gt;"tab&lt;SPAN style="font-size: 13.3333px;"&gt;Date&lt;/SPAN&gt;"&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data ss:Type=&lt;SPAN class="L1S33"&gt;"String"&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tt:value ref=&lt;SPAN class="L1S33"&gt;"ASDATE"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Data&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Cell&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;/Row&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want to see in excel is date in format like 'DD.MM.YYYY' but i see date like 'YYYY-MM-DD'. Interesting thing that when i doubleclick to the cell and push Enter button this date is transforming to 'DD.MM.YYYY'.&lt;/P&gt;&lt;P&gt;The question is how to make Excel to work properly with XML?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 10:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891002#M1961461</guid>
      <dc:creator>ilya_eremetov</dc:creator>
      <dc:date>2016-09-21T10:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891003#M1961462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always, to know what you have to do, you must first manually mimic the behavior using Excel (format like 'DD.MM.YYYY'), save it as XML 2003, and open the file in notepad or equivalent to see how Microsoft built the format elements and attributes, and then mimic it in your program. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 10:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891003#M1961462</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-21T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891004#M1961463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Sandra, thank you for your reply.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I made it that way and in txt file i have this notes:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; &amp;lt;Style ss:ID="s62"&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;NumberFormat ss:Format="Short Date"/&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; &amp;lt;/Style&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Row&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Cell ss:StyleID="s62"&amp;gt;&amp;lt;Data ss:Type="DateTime"&amp;gt;2016-01-21T00:00:00.000&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Row&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;As you see the only difference with my xml document is in this part &lt;SPAN style="font-size: 13.3333px;"&gt; 'ss:Type="DateTime"' but even when i changed it - it didn't help excel document to change format of data in the cell. It still '&lt;SPAN style="color: #333333; font-size: 12px;"&gt;YYYY-MM-DD'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 04:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891004#M1961463</guid>
      <dc:creator>ilya_eremetov</dc:creator>
      <dc:date>2016-09-22T04:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891005#M1961464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because, in Excel, you didn't select the right format. You have selected "Short Date". Instead, if you select the format dd.mm.yyyy;@, you'll get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Style ss:ID="s62"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;NumberFormat ss:Format="dd\.mm\.yyyy;@"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/Style&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 06:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891005#M1961464</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-22T06:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891006#M1961465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where did you find this mask? But no, even i set&amp;nbsp; &amp;lt;NumberFormat ss:Format=&lt;SPAN class="L1S33"&gt;"&lt;SPAN style="color: #333333; font-size: 12px;"&gt;dd\.mm\.yyyy;@&lt;/SPAN&gt;"&lt;/SPAN&gt;/&amp;gt; in Excel it looks like 'YYYY-MM-DD' only if i double click to the cell then click Enter, it changes to 'DD.MM.YYYY'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 08:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891006#M1961465</guid>
      <dc:creator>ilya_eremetov</dc:creator>
      <dc:date>2016-09-22T08:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891007#M1961466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Excel, you may choose the formatting you want (there are "standard", "short date", "text", etc. and at the bottom you have a link "Advanced formatting" in which you see more options). So, try again, it will work with Excel for sure, and so you'll just have to mimic the same XML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 16:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891007#M1961466</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-22T16:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891008#M1961467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra! Thank you for your time! But it is not working for me, Excel don't want to change YYYY-MM-DD to DD.MM.YYYY in the cell but the format of the cell IS &lt;SPAN style="font-size: 13.3333px;"&gt;DD.MM.YYYY. Could you please do the same thing? I mean create a simple transformation program with only one incoming paramater(Sy-datum) and save xmlstring on local machine as *.XLS file. I can give you the code of xslt program and abap.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 02:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891008#M1961467</guid>
      <dc:creator>ilya_eremetov</dc:creator>
      <dc:date>2016-09-23T02:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891009#M1961468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I don't understand where your issue is. You should be able to achieve format DD.MM.YYYY with Excel and save it as XML. If you change the date in the XML manually, and open the file, you'll see that the file contains the manually entered date, in the format DD.MM.YYYY. Then all you need is to mimic that in ABAP. If you can't achieve the format manually, then no need to try ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 04:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891009#M1961468</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-23T04:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891010#M1961469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My situation is:&lt;/P&gt;&lt;P&gt;Call abap program that calls transformation program and then the file saves in app server with extension *.XLS in the background. then after opening file Excel doesn't convert the date from 2016-09-23 to 23.09.2016 however in xml structure of this file i have&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NumberFormat ss:Format=&lt;SPAN class="L1S33"&gt;"Short Date"&lt;/SPAN&gt;/&amp;gt;.&lt;/P&gt;&lt;P&gt;That's the issue. I can do convert Date format in ABAP to DD.MM.YYYY and then send it to the XML in that way but i want to know why does this not working properly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 06:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891010#M1961469</guid>
      <dc:creator>ilya_eremetov</dc:creator>
      <dc:date>2016-09-23T06:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891011#M1961470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I told you that it's not Short Date, and I have given you the format you expect (but you could have found it yourself, and it works for anything, the way I told you previously).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't make it work by modifying manually the XML, why do you persist doing it in ABAP: first do it manually in the XML, and make sure it works as expected, then do it in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 07:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891011#M1961470</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-23T07:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891012#M1961471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't matter what i put to the &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;lt;NumberFormat ss:Format=&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;""&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;/&amp;gt; the point is that it is not working no matter if this &lt;SPAN style="color: #333333; font-size: 12px;"&gt;dd\.mm\.yyyy;@ (as i told) or &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Short Date or anything else. I am asking how to fix that if it possible. Thank you for your time but it is not solution of my problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891012#M1961471</guid>
      <dc:creator>ilya_eremetov</dc:creator>
      <dc:date>2016-09-23T09:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891013#M1961472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say we have this Excel file (XMLSS 2003):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0"?&amp;gt;&amp;lt;?mso-application progid="Excel.Sheet"?&amp;gt;&lt;BR /&gt;&amp;lt;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"&amp;gt;&lt;BR /&gt;&amp;lt;Styles&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Style ss:ID="ddmmyyyy"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;NumberFormat ss:Format="dd\.mm\.yyyy;@"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Style&amp;gt; &amp;lt;/Styles&amp;gt; &amp;lt;Worksheet ss:Name="Sheet1"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Table&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Row&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Cell ss:StyleID="ddmmyyyy"&amp;gt;&amp;lt;Data ss:Type="DateTime"&amp;gt;2013-10-15T00:00:00.000&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Row&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Table&amp;gt;&lt;BR /&gt; &amp;lt;/Worksheet&amp;gt;&lt;BR /&gt;&amp;lt;/Workbook&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you open it, you'll see that it's what you expect:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1042118" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if your abap simply writes the cells with ss:StyleID="ddmmyyyy" (you may choose another name if you want) and date in internal excel format (yyyy-mm-ddT00:00:00.000), then it should be okay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891013#M1961472</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-23T11:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891014#M1961473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely right. But to make it work i need to send date to XML in mask 'YYYY-MM-DD' from ABAP, but i send it in the standard type of dates in abap 'YYYYMMDD' (type sy-datum). If i need to send it in &lt;SPAN style="font-size: 13.3333px;"&gt;YYYY-MM-DD then i prefer to send it in dd.mm.yyyy (char10) format already. What is the point of using construction &lt;SPAN style="font-size: 13.3333px;"&gt;'YYYY-MM-DD' in this situation? I don't see it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 06:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891014#M1961473</guid>
      <dc:creator>ilya_eremetov</dc:creator>
      <dc:date>2016-09-26T06:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: XML Excel cell format issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891015#M1961474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is all about the standards. If you want to benefit of a standard, you must comply to the rules. Here, you want an Excel, hopefully there is XMLSS (2003), so it's easy to generate an Excel sheet (can you imagine what was the nightware for developers before this format was available!), but you have to make an effort to pass the date in internal format (anyway, it's ISO 8601 format, so it's widely used in all XML formats). It's technically an error to send in another format (dd.mm.yyyy in your case). What would happen if we want to create calculation formulas over these dates... That won't immediately work, it will require extra formulas to convert them to the right format before using these dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-excel-cell-format-issue/m-p/11891015#M1961474</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-09-26T10:34:53Z</dc:date>
    </item>
  </channel>
</rss>

