<?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: Add an autofilter to an existing excel xlsx file stored on unix server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/306042#M65382</link>
    <description>&lt;P&gt;Thank you. &amp;nbsp;I looked into those options but I should have stated that the excel files have pre-built pivot tables, a different pivot selection&amp;nbsp;for each excel file.&amp;nbsp;&amp;nbsp;I am refreshing the data with proc export. &amp;nbsp;For tagsets, the file would have to be an xml file and ods&amp;nbsp;excel creates a new file. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 19:00:10 GMT</pubDate>
    <dc:creator>Bryan</dc:creator>
    <dc:date>2016-10-20T19:00:10Z</dc:date>
    <item>
      <title>Add an autofilter to an existing excel xlsx file stored on unix server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/305995#M65368</link>
      <description>&lt;P&gt;Writing out ~20 excel xlsx files using proc export since number of rows ~100,000+ per file. &amp;nbsp;Cannot seem to find a way to open up the file after the proc export to add autofilters to the excel xlsx file. &amp;nbsp;Running SAS 9.4 m2. Thanks for your help in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 16:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/305995#M65368</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-10-20T16:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add an autofilter to an existing excel xlsx file stored on unix server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/306020#M65375</link>
      <description>&lt;P&gt;If you use ODS TAGSETS.EXCELXP or ODS EXCEL, then there is an autofilter option. But with PROC EXPORT, you have to go into the file after the fact.&lt;BR /&gt;&lt;BR /&gt;Here's an example of creating an autofilter instruction in the file using ODS.&lt;BR /&gt;cynthia&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ods tagsets.excelxp file='c:\temp\usefilter.xml'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; options(autofilter='on') style=htmlblue;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ods excel file='c:\temp\usefilter.xlsx'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; options(autofilter='on') style=htmlblue;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; proc report data=sashelp.class ;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; run;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ods tagsets.excelxp close;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ods excel close;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 17:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/306020#M65375</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-10-20T17:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add an autofilter to an existing excel xlsx file stored on unix server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/306042#M65382</link>
      <description>&lt;P&gt;Thank you. &amp;nbsp;I looked into those options but I should have stated that the excel files have pre-built pivot tables, a different pivot selection&amp;nbsp;for each excel file.&amp;nbsp;&amp;nbsp;I am refreshing the data with proc export. &amp;nbsp;For tagsets, the file would have to be an xml file and ods&amp;nbsp;excel creates a new file. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 19:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/306042#M65382</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-10-20T19:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add an autofilter to an existing excel xlsx file stored on unix server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/306058#M65387</link>
      <description>&lt;P&gt;Since you obviously are not going to be able to process all of the data in Excel why are you worried about any process in that application?&lt;/P&gt;
&lt;P&gt;What do you do with the 20 exported files? If you want to look at records related to a specific value(s) of a column you need to repeat the step in each of 20 files. It seems like it would make more sense to organize likely reports in SAS and then look at those.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Having had to talk people of working like this when Excel was limited to 64K rows)&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 19:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/306058#M65387</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-20T19:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add an autofilter to an existing excel xlsx file stored on unix server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/307451#M65844</link>
      <description>&lt;P&gt;Thanks for your input, excel can handle the seperate files that are being built by the SAS process. &amp;nbsp;The analysts double click on the pivot table to pull up records that they are interested in or need to investigate. &amp;nbsp;Agree if I could just provide a SAS report it would be much easier.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 16:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-an-autofilter-to-an-existing-excel-xlsx-file-stored-on-unix/m-p/307451#M65844</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-10-26T16:43:55Z</dc:date>
    </item>
  </channel>
</rss>

