<?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: problem while downloading data into excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008448#M1165933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution for your problem is that download the table in MHTML format which can be seen when you click Spreadsheet.Then open the MHTML file in Excel. The problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this problem is answered very late but still it will help others with this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2009 06:44:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-12T06:44:41Z</dc:date>
    <item>
      <title>problem while downloading data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008445#M1165930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using OLE to download entries from internal table to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the entry in internal table is of length 18 i.e account no. = 123456789876543212,type c(18)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that when this entry get downloaded in excel it gets printed as exponent.&lt;/P&gt;&lt;P&gt;i.e1.23457E+17.&lt;/P&gt;&lt;P&gt;How can i print account no. in the same format.&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 13:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008445#M1165930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T13:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem while downloading data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008446#M1165931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is getting dowonloaded properly.&lt;/P&gt;&lt;P&gt;Just open your Excel file, select the column and select menu  Format=&amp;gt;Cells &lt;/P&gt;&lt;P&gt;Change Category to NUMBER and change DECIMALS PLACES to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 13:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008446#M1165931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem while downloading data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008447#M1165932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jinson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;But i do not want to do it manually.i want it will automatically comes like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 13:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008447#M1165932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem while downloading data into excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008448#M1165933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution for your problem is that download the table in MHTML format which can be seen when you click Spreadsheet.Then open the MHTML file in Excel. The problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this problem is answered very late but still it will help others with this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 06:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-downloading-data-into-excel/m-p/5008448#M1165933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T06:44:41Z</dc:date>
    </item>
  </channel>
</rss>

