<?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: Read Excel 2007 multi sheets file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900886#M1596799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salvatore Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The code doesn't work properly at the command&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;What&lt;/STRONG&gt; doesn't work properly??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2011 16:05:06 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2011-04-21T16:05:06Z</dc:date>
    <item>
      <title>Read Excel 2007 multi sheets file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900884#M1596797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm trying the code found here &lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/Read" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/Read&lt;/A&gt;&lt;EM&gt;multiple&lt;/EM&gt;sheets&lt;EM&gt;of&lt;/EM&gt;an&lt;EM&gt;Excel&lt;/EM&gt;file&lt;EM&gt;into&lt;/EM&gt;SAP&lt;EM&gt;through&lt;/EM&gt;ABAP&lt;/P&gt;&lt;P&gt;Mi aim is to upload an excel 2007 document with multi sheets.&lt;/P&gt;&lt;P&gt;The code doesn't work properly at the command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD iref_spreadsheet-&amp;gt;get_ranges_data&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       no_flush  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         all       = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       updating  = -1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       rangesdef =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;         contents  = i_data&lt;/P&gt;&lt;P&gt;         error     = iref_error&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       retcode   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       CHANGING&lt;/P&gt;&lt;P&gt;         ranges    = i_ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing in sap netweaver 7.0&lt;/P&gt;&lt;P&gt;Any suggetion???&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Salvatore Bruno on Apr 21, 2011 12:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 10:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900884#M1596797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-21T10:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Read Excel 2007 multi sheets file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900885#M1596798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Salvatore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to do this once. I think it is not possible unless you know the names of the sheets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the FM ALSM_EXCEL_TO_INTERNAL_TABLE and modified it slightly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION Z_ALSM_EXCEL_TO_INTERNAL_TABLE .&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(FILENAME) LIKE  RLGRAP-FILENAME&lt;/P&gt;&lt;P&gt;*"     VALUE(I_BEGIN_COL) TYPE  I&lt;/P&gt;&lt;P&gt;*"     VALUE(I_BEGIN_ROW) TYPE  I&lt;/P&gt;&lt;P&gt;*"     VALUE(I_END_COL) TYPE  I&lt;/P&gt;&lt;P&gt;*"     VALUE(I_END_ROW) TYPE  I&lt;/P&gt;&lt;P&gt;*"     REFERENCE(P_SHNAME) TYPE  C&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      INTERN STRUCTURE  ALSMEX_TABLINE&lt;/P&gt;&lt;P&gt;*"  EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"      INCONSISTENT_PARAMETERS&lt;/P&gt;&lt;P&gt;*"      UPLOAD_OLE&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: excel_tab     TYPE  ty_t_sender.&lt;/P&gt;&lt;P&gt;  DATA: ld_separator  TYPE  c.&lt;/P&gt;&lt;P&gt;  DATA: application   TYPE  ole2_object,&lt;/P&gt;&lt;P&gt;        workbook      TYPE  ole2_object,&lt;/P&gt;&lt;P&gt;        range         TYPE  ole2_object,&lt;/P&gt;&lt;P&gt;        worksheet     TYPE  ole2_object,&lt;/P&gt;&lt;P&gt;        sheet         type  ole2_object.&lt;/P&gt;&lt;P&gt;  DATA: h_cell        TYPE  ole2_object,&lt;/P&gt;&lt;P&gt;        h_cell1       TYPE  ole2_object.&lt;/P&gt;&lt;P&gt;  DATA:&lt;/P&gt;&lt;P&gt;    ld_rc             TYPE i.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Rückgabewert der Methode "clipboard_export     "&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Makro für Fehlerbehandlung der Methods&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DEFINE m_message.&lt;/P&gt;&lt;P&gt;    case sy-subrc.&lt;/P&gt;&lt;P&gt;      when 0.&lt;/P&gt;&lt;P&gt;      when 1.&lt;/P&gt;&lt;P&gt;        message id sy-msgid type sy-msgty number sy-msgno&lt;/P&gt;&lt;P&gt;                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;      when others. raise upload_ole.&lt;/P&gt;&lt;P&gt;    endcase.&lt;/P&gt;&lt;P&gt;  END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check parameters&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF i_begin_row &amp;gt; i_end_row. RAISE inconsistent_parameters. ENDIF.&lt;/P&gt;&lt;P&gt;  IF i_begin_col &amp;gt; i_end_col. RAISE inconsistent_parameters. ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get TAB-sign for separation of fields&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLASS cl_abap_char_utilities DEFINITION LOAD.&lt;/P&gt;&lt;P&gt;  ld_separator = cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;open file in Excel&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF application-header = space OR application-handle = -1.&lt;/P&gt;&lt;P&gt;    CREATE OBJECT application 'Excel.Application'.&lt;/P&gt;&lt;P&gt;    m_message.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CALL METHOD  OF application    'Workbooks' = workbook.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;  CALL METHOD  OF workbook 'Open'    EXPORTING #1 = filename.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD OF application 'WORKSHEETS' = sheet&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        #1 = p_shname.&lt;/P&gt;&lt;P&gt;    CALL METHOD OF sheet 'ACTIVATE'.&lt;/P&gt;&lt;P&gt;    FREE OBJECT sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; set property of application 'Visible' = 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; m_message.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  GET PROPERTY OF  application 'ACTIVESHEET' = worksheet.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;mark whole spread sheet&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD OF worksheet 'Cells' = h_cell&lt;/P&gt;&lt;P&gt;      EXPORTING #1 = i_begin_row #2 = i_begin_col.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;  CALL METHOD OF worksheet 'Cells' = h_cell1&lt;/P&gt;&lt;P&gt;      EXPORTING #1 = i_end_row #2 = i_end_col.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD  OF worksheet 'RANGE' = range&lt;/P&gt;&lt;P&gt;                 EXPORTING #1 = h_cell #2 = h_cell1.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;  CALL METHOD OF range 'SELECT'.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;copy marked area (whole spread sheet) into Clippboard&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD OF range 'COPY'.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;read clipboard into ABAP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD cl_gui_frontend_services=&amp;gt;clipboard_import&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      data                 = excel_tab&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      cntl_error           = 1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ERROR_NO_GUI         = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     NOT_SUPPORTED_BY_GUI = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      OTHERS               = 4&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;     MESSAGE a037(alsmex).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM separated_to_intern_convert TABLES excel_tab intern&lt;/P&gt;&lt;P&gt;                                      USING  ld_separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;clear clipboard&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  REFRESH excel_tab.&lt;/P&gt;&lt;P&gt;  CALL METHOD cl_gui_frontend_services=&amp;gt;clipboard_export&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;        data                 = excel_tab&lt;/P&gt;&lt;P&gt;     CHANGING&lt;/P&gt;&lt;P&gt;        rc                   = ld_rc&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;        cntl_error           = 1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ERROR_NO_GUI         = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      NOT_SUPPORTED_BY_GUI = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        OTHERS               = 4&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;quit Excel and free ABAP Object - unfortunately, this does not kill&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;the Excel process&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD OF application 'QUIT'.&lt;/P&gt;&lt;P&gt;  m_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Begin of change note 575877&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;to kill the Excel process it's necessary to free all used objects&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  FREE OBJECT h_cell.       m_message.&lt;/P&gt;&lt;P&gt;  FREE OBJECT h_cell1.      m_message.&lt;/P&gt;&lt;P&gt;  FREE OBJECT range.        m_message.&lt;/P&gt;&lt;P&gt;  FREE OBJECT worksheet.    m_message.&lt;/P&gt;&lt;P&gt;  FREE OBJECT workbook.     m_message.&lt;/P&gt;&lt;P&gt;  FREE OBJECT application.  m_message.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; End of change note 575877&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I call and pass the name of the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'Z_ALSM_EXCEL_TO_INTERNAL_TABLE'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    FILENAME                      = P_FILE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I_BEGIN_COL                   = BEG_COL1&lt;/P&gt;&lt;P&gt;    I_BEGIN_ROW                   = 4&lt;/P&gt;&lt;P&gt;    I_END_COL                     = BEG_COL1&lt;/P&gt;&lt;P&gt;    I_END_ROW                     = END_ROW&lt;/P&gt;&lt;P&gt;    P_SHNAME                      = SHNAME&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;INTERN = ITAB&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;INCONSISTENT_PARAMETERS = 1&lt;/P&gt;&lt;P&gt;UPLOAD_OLE = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Diana Abu Gosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900885#M1596798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-21T14:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read Excel 2007 multi sheets file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900886#M1596799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salvatore Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The code doesn't work properly at the command&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;What&lt;/STRONG&gt; doesn't work properly??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 16:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900886#M1596799</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-04-21T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Read Excel 2007 multi sheets file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900887#M1596800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;so the problem is the excel file... it has some formulas inside in all sheets and I think the problem is that.&lt;/P&gt;&lt;P&gt;Anyway thanks to all for all answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Salvatore Bruno on Apr 22, 2011 10:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 08:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900887#M1596800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-22T08:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read Excel 2007 multi sheets file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900888#M1596801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't understand what kind of trouble you have, it works perfectly, even with formulas (the method gets the calculated values)... If you need a working example, run program SAPRDEMO_SPREADSHEET_INTERFACE, you can interact between ABAP and Excel (and especially test GET_RANGES_DATA), you'll set that you can &lt;STRONG&gt;read the ranges from any sheet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 12:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-excel-2007-multi-sheets-file/m-p/7900888#M1596801</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-04-22T12:20:28Z</dc:date>
    </item>
  </channel>
</rss>

