<?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 problem with excel file? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821723#M660028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an alv report.I have to export the report into a excel file.I exported it by using a standard button(Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F9) in the toolbar.I m getting all the data in the report into excel but the problem is the data is not starting from the first row and first column in the excel file.The first two rows and columns are empty.The data is placed from the 3rd row and 3rd column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I shouldn't format it in the excel by removing the blank columns and rows.When I export the report the data should be palced into excel from the 1st row and 1st column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 08:45:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T08:45:51Z</dc:date>
    <item>
      <title>problem with excel file?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821723#M660028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an alv report.I have to export the report into a excel file.I exported it by using a standard button(Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F9) in the toolbar.I m getting all the data in the report into excel but the problem is the data is not starting from the first row and first column in the excel file.The first two rows and columns are empty.The data is placed from the 3rd row and 3rd column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I shouldn't format it in the excel by removing the blank columns and rows.When I export the report the data should be palced into excel from the 1st row and 1st column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 08:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821723#M660028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T08:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with excel file?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821724#M660029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the fieldcatalog, please pass values for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  row_pos        like sy-curow, " output in row&lt;/P&gt;&lt;P&gt;  col_pos  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 08:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821724#M660029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with excel file?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821725#M660030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.I am getting the output perfectly in the alv.When i export the output into excel file there also the data is exporting perfectly but in the excel sheet the data is starting from 2nd row of the excel directly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821725#M660030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with excel file?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821726#M660031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have two options to download into excel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after getting output just try to download with these options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) is from System&lt;DEL&gt;-&amp;gt;List&lt;/DEL&gt;-&amp;gt; Save---&amp;gt;local file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) is from top of the ALV screen (arrow mark button(-&amp;gt;) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with both of these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821726#M660031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with excel file?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821727#M660032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried that one also but i getting the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821727#M660032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with excel file?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821728#M660033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; If u use a standard export button of an ALV provided by SAP, I hope by default u get the Date in the first row, next 2 blank lines and then u get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Why don't u add ur own export button in the toolbar and hide the standard export button of an ALV. This may solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-SatyaPriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-excel-file/m-p/2821728#M660033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T10:45:23Z</dc:date>
    </item>
  </channel>
</rss>

