<?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 Export in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export/m-p/1339147#M171811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems this document is going into more details&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/741a848e-f49a-4436-bec4-e21950f6c94c/desktop-office-integration.pdf" target="test_blank"&gt;http://www.esnips.com/doc/741a848e-f49a-4436-bec4-e21950f6c94c/desktop-office-integration.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2006 08:26:14 GMT</pubDate>
    <dc:creator>MarkusKlein</dc:creator>
    <dc:date>2006-05-15T08:26:14Z</dc:date>
    <item>
      <title>Excel Export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export/m-p/1339145#M171809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im currently trying to get an excel export running using the interfaces i_oi_document_proxy and i_oi_spreadsheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question I have is, how can I open more than one sheet(tab) in Excel at a time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call method control-&amp;gt;get_document_proxy
    exporting
      document_type  = 'Excel.Sheet'
    importing
      document_proxy = document
      error          = error.

  if not document is initial.
    call method document-&amp;gt;create_document
      exporting
        open_inplace = ''.

* Sheet 1
    call method document-&amp;gt;get_spreadsheet_interface
      importing
        sheet_interface = sheet.

    call method sheet-&amp;gt;insert_full

* Sheet 2
    call method document-&amp;gt;get_spreadsheet_interface
      importing
        sheet_interface = sheet2.

    call method sheet2-&amp;gt;insert_full


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This way it doesn&amp;#146;t work. Still just one sheet gets opend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 06:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export/m-p/1339145#M171809</guid>
      <dc:creator>MarkusKlein</dc:creator>
      <dc:date>2006-05-15T06:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export/m-p/1339146#M171810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above logic is from FM 'XXL_FULL_API', which SAP uses with its ALV Export functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 07:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export/m-p/1339146#M171810</guid>
      <dc:creator>MarkusKlein</dc:creator>
      <dc:date>2006-05-15T07:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export/m-p/1339147#M171811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems this document is going into more details&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/741a848e-f49a-4436-bec4-e21950f6c94c/desktop-office-integration.pdf" target="test_blank"&gt;http://www.esnips.com/doc/741a848e-f49a-4436-bec4-e21950f6c94c/desktop-office-integration.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-export/m-p/1339147#M171811</guid>
      <dc:creator>MarkusKlein</dc:creator>
      <dc:date>2006-05-15T08:26:14Z</dc:date>
    </item>
  </channel>
</rss>

