<?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: Function EXPORT_TO_SPREADSHEET? How does it work? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250406#M144802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find an example how to use function EXPORT_TO_SPREADSHEET here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.kerum.pl/infodepot/00038"&gt;http://www.kerum.pl/infodepot/00038&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 13:43:30 GMT</pubDate>
    <dc:creator>krzysztof_murkowski2</dc:creator>
    <dc:date>2013-02-01T13:43:30Z</dc:date>
    <item>
      <title>Function EXPORT_TO_SPREADSHEET? How does it work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250402#M144798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another problem...I am trying to use the function EXPORT_TO_SPREADSHEET, but for any reason the excel document (that I want to use like a template) is not filled with the data that I put in the data_table of the function? Does somebody has a working example of this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Moreira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 13:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250402#M144798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T13:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function EXPORT_TO_SPREADSHEET? How does it work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250403#M144799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcelo,&lt;/P&gt;&lt;P&gt;  if your aim is to download data in an internal table into an excel file, then you can use the function module GUI_DOWNLOAD as an alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 13:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250403#M144799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function EXPORT_TO_SPREADSHEET? How does it work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250404#M144800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact my aim is it to download an internal table to an Excel, but I need to use an Template document. I what to fill the corresponding field of the template with data from my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I am going to try your idea. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 13:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250404#M144800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T13:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function EXPORT_TO_SPREADSHEET? How does it work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250405#M144801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi marcelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  I what to fill the corresponding field of the template with data from my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that, u will have to use ole technology,&lt;/P&gt;&lt;P&gt;where we can open excel as an object,&lt;/P&gt;&lt;P&gt;and MANIPULATE the contents,&lt;/P&gt;&lt;P&gt;CELL WISE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I don't think there is any FM,&lt;/P&gt;&lt;P&gt;where u can work with templates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. GUI_DOWNLOAD is the best way&lt;/P&gt;&lt;P&gt;  to put the raw data of internal table&lt;/P&gt;&lt;P&gt;  into excel, AS IT IS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. But working with templates,&lt;/P&gt;&lt;P&gt;   ie. manipulating cell wise with ole technology&lt;/P&gt;&lt;P&gt;  will be quite cumbersome for anybody !&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 13:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250405#M144801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T13:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function EXPORT_TO_SPREADSHEET? How does it work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250406#M144802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find an example how to use function EXPORT_TO_SPREADSHEET here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.kerum.pl/infodepot/00038"&gt;http://www.kerum.pl/infodepot/00038&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 13:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-export-to-spreadsheet-how-does-it-work/m-p/1250406#M144802</guid>
      <dc:creator>krzysztof_murkowski2</dc:creator>
      <dc:date>2013-02-01T13:43:30Z</dc:date>
    </item>
  </channel>
</rss>

