<?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: Export dataset to a specified range of cell of an existing excel spreadsheet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771594#M244895</link>
    <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/400750"&gt;@akarki001&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please have a look at the following. &lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Exporting-SAS-dataset-into-specific-cells/td-p/401663" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/Exporting-SAS-dataset-into-specific-cells/td-p/401663&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stats.idre.ucla.edu/sas/faq/how-can-i-send-sas-dataresults-to-specific-cells-in-an-excel-spreadsheet/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/faq/how-can-i-send-sas-dataresults-to-specific-cells-in-an-excel-spreadsheet/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2021 14:43:33 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2021-10-01T14:43:33Z</dc:date>
    <item>
      <title>Export dataset to a specified range of cell of an existing excel spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771498#M244838</link>
      <description>&lt;P&gt;I am trying to find the solution to export dataset to a specified range of cell of an existing excel spreadsheet? Please help me if there is any option in proc export or other ods?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 20:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771498#M244838</guid>
      <dc:creator>akarki001</dc:creator>
      <dc:date>2021-09-30T20:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to a specified range of cell of an existing excel spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771504#M244840</link>
      <description>&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acpcref/n0msy4hy1so0ren1acm90iijxn8j.htm" target="_blank" rel="noopener"&gt;PROC EXPORT&lt;/A&gt; supports this but only if you use DBMS EXCEL or EXCELCS.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 21:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771504#M244840</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-09-30T21:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to a specified range of cell of an existing excel spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771573#M244882</link>
      <description>Hi SASKiwi,&lt;BR /&gt;Thank you so much. would you mind to explain little bit more how i can i add those in following code please:&lt;BR /&gt;PROC EXPORT DATA=DATA&lt;BR /&gt;outfile="C:\test.xlsx"&lt;BR /&gt;DBMS=xlsx replace label;&lt;BR /&gt;sheet=sheet1;&lt;BR /&gt;run;&lt;BR /&gt;I need to populate my output C6:V10 only output numbers keeping heading fix and rows are fixed. I mean I have 6 by 20 matrix in existing sheet, just want to fix 1st row (heading) and 1st column (Name) fixed. Thank you so much for your help.</description>
      <pubDate>Fri, 01 Oct 2021 12:43:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771573#M244882</guid>
      <dc:creator>akarki001</dc:creator>
      <dc:date>2021-10-01T12:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to a specified range of cell of an existing excel spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771594#M244895</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/400750"&gt;@akarki001&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please have a look at the following. &lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/Exporting-SAS-dataset-into-specific-cells/td-p/401663" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/Exporting-SAS-dataset-into-specific-cells/td-p/401663&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stats.idre.ucla.edu/sas/faq/how-can-i-send-sas-dataresults-to-specific-cells-in-an-excel-spreadsheet/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/faq/how-can-i-send-sas-dataresults-to-specific-cells-in-an-excel-spreadsheet/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 14:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771594#M244895</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-10-01T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to a specified range of cell of an existing excel spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771624#M244913</link>
      <description>Hi Sajid01,&lt;BR /&gt;I have gone through it earlier. Would you mind to elaborate how does it works please. Thank you.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Oct 2021 16:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771624#M244913</guid>
      <dc:creator>akarki001</dc:creator>
      <dc:date>2021-10-01T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export dataset to a specified range of cell of an existing excel spreadsheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771712#M244948</link>
      <description>&lt;P&gt;The basic requirement is that you should have SAS and Excel installed on the same machine and of course WIndows OS.&lt;BR /&gt;Though SAS these days does not recommend it, this is the only direct option you have as I know of. The following SAS reference has good examples. Do read this, if you have not read already done so. (&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/hostwin/p0rbba3syo5gf1n1gf17jd7zzhwq.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/hostwin/p0rbba3syo5gf1n1gf17jd7zzhwq.htm&lt;/A&gt;)&amp;nbsp;&lt;BR /&gt;This another good reference ( &lt;A href="https://www.lexjansen.com/nesug/nesug05/pos/pos15.pdf" target="_blank"&gt;https://www.lexjansen.com/nesug/nesug05/pos/pos15.pdf&lt;/A&gt;&amp;nbsp; &amp;nbsp;) .&lt;/P&gt;
&lt;P&gt;The instructions are pretty clear.&amp;nbsp;&lt;BR /&gt;In case you have an error please post the logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 00:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Export-dataset-to-a-specified-range-of-cell-of-an-existing-excel/m-p/771712#M244948</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-10-02T00:02:50Z</dc:date>
    </item>
  </channel>
</rss>

