<?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: excel sheet problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167268#M459170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Go for GUI_upload and upload it in internal table. In that internal table add the column which u want. Then using FM GUI_Download, u can dowmnload it into XL sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--&amp;gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 09:17:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T09:17:03Z</dc:date>
    <item>
      <title>excel sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167264#M459166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is emergency requirement that i have one internal table that change with i collomn i want to add that colomn to excelfile that already present in presentation sercver.&lt;/P&gt;&lt;P&gt; how to do that ?&lt;/P&gt;&lt;P&gt;i am try for that ?&lt;/P&gt;&lt;P&gt;i am able to get replace whole file,&lt;/P&gt;&lt;P&gt;append to existing file with respect to rows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me .&lt;/P&gt;&lt;P&gt;it's emergency ?   ....................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167264#M459166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: excel sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167265#M459167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One easy solution could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First read the excel file in an internal table. Then populate the additional column of internal table. Then overwrite the contents of excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the performance depends on the size of excel file.. It might result in performance degradation if the file contents are large.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167265#M459167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: excel sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167266#M459168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;    First upload the data using GUI_UPLOAD into an itab.&lt;/P&gt;&lt;P&gt;Addd the column data to that itab(Or another itab).&lt;/P&gt;&lt;P&gt;Then use the GUI_DOWNLOAD with the same file name.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167266#M459168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: excel sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167267#M459169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;  If you are familliar with OOPs then try to use this class.&lt;/P&gt;&lt;P&gt; CL_GUI_FRONTEND_SERVICES&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167267#M459169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: excel sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167268#M459170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Go for GUI_upload and upload it in internal table. In that internal table add the column which u want. Then using FM GUI_Download, u can dowmnload it into XL sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--&amp;gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 09:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-sheet-problem/m-p/2167268#M459170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T09:17:03Z</dc:date>
    </item>
  </channel>
</rss>

