<?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: SAS XLSX Engine and PowerPivot Questions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747666#M234714</link>
    <description>&lt;P&gt;As far as I am aware PowerPivot is just an extension to the Excel. It mimics some standard features in some traditional BI offerings such as&amp;nbsp; connections to external data sources,&amp;nbsp; data modelling, custom calculated measures , charts etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you be more specific about the "powerpivot files" . Are you trying to import the data model that you have created or the output you have generated using the custom measures ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 01:50:53 GMT</pubDate>
    <dc:creator>r_behata</dc:creator>
    <dc:date>2021-06-14T01:50:53Z</dc:date>
    <item>
      <title>SAS XLSX Engine and PowerPivot Questions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747659#M234708</link>
      <description>&lt;P&gt;1. Does anyone know if the SAS XLSX engine can read into the powerpivot files inside of a .xlsx spreadsheet?&lt;/P&gt;&lt;P&gt;PowerPivot is an extension in Excel 2010 or later that allows you to go beyond the traditional structure of excel and also apply higher level calculations.&lt;/P&gt;&lt;P&gt;I've posted a reference to the feature detail here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/office/power-pivot-overview-and-learning-f9001958-7901-4caa-ad80-028a6d2432ed" target="_blank" rel="noopener"&gt;https://support.microsoft.com/en-us/office/power-pivot-overview-and-learning-f9001958-7901-4caa-ad80-028a6d2432ed&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/office/calculations-in-power-pivot-7e4475e2-85c2-4496-9045-431412137b37" target="_blank" rel="noopener"&gt;https://support.microsoft.com/en-us/office/calculations-in-power-pivot-7e4475e2-85c2-4496-9045-431412137b37&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Also, where are the tech docs for details about the .XLSX engine?&lt;/P&gt;&lt;P&gt;3. What version is the validvarname at now? Is the latest still validvarnamev7?&lt;/P&gt;&lt;P&gt;4. Where do you submit feature requests for XLSX Engine?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jun 2021 23:35:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747659#M234708</guid>
      <dc:creator>Residentx</dc:creator>
      <dc:date>2021-06-13T23:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS XLSX Engine and PowerPivot Questions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747660#M234709</link>
      <description>&lt;P&gt;AFAIK, the SAS XLSX engine reads from and writes to Excel sheets. There is no specific functionality for pivot tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acpcref/n10cunllo4y430n1ojmcf1lwsqsj.htm" target="_self"&gt;link&lt;/A&gt; describes the capabilities in more detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;V7 is still the current value for the VALIDVARNAME system option.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 00:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747660#M234709</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-14T00:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS XLSX Engine and PowerPivot Questions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747663#M234712</link>
      <description>&lt;P&gt;Thanks for your comments. The documentation link is not being maintained.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It says it supports .xlsx but still references .xls limitations in all coding examples under .xlsx.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't deal with this now. I'll work on this later in the week. I'll probably need to build a sample file to get the right support for this issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Do I still have to buy a license to use the .xlsx engine or it a part of regular SAS and Viya now?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 01:08:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747663#M234712</guid>
      <dc:creator>Residentx</dc:creator>
      <dc:date>2021-06-14T01:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS XLSX Engine and PowerPivot Questions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747666#M234714</link>
      <description>&lt;P&gt;As far as I am aware PowerPivot is just an extension to the Excel. It mimics some standard features in some traditional BI offerings such as&amp;nbsp; connections to external data sources,&amp;nbsp; data modelling, custom calculated measures , charts etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you be more specific about the "powerpivot files" . Are you trying to import the data model that you have created or the output you have generated using the custom measures ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 01:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747666#M234714</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2021-06-14T01:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS XLSX Engine and PowerPivot Questions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747667#M234715</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/382398"&gt;@Residentx&lt;/a&gt;&amp;nbsp; - The XLSX engine is part of the SAS/ACCESS Interface to PC Files product.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 01:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747667#M234715</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-14T01:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS XLSX Engine and PowerPivot Questions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747673#M234718</link>
      <description>&lt;P&gt;I am not familiar with PowerPivot, but regarding "documentation," papers written by Vince DelGobbo or Chevell Parker are typically good and go into more advanced topics.&amp;nbsp; Chevell did a demo at the SANDS meeting in 2018 where he was feeding data from SAS directly into pivot tables.&amp;nbsp; &amp;nbsp; I'm not sure if it was exactly this paper:&amp;nbsp;&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0710-2017.pdf," target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0710-2017.pdf,&lt;/A&gt;&amp;nbsp;but it was something along those lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the VALIDVARNAME option, V7 is still commonly used, but there is something newer:&amp;nbsp; VALIDVARNAME = ANY.&amp;nbsp; SAS V7 column names are limited 32 characters and can only contain underscores, numbers, or alphabetic characters and cannot start with a number.&amp;nbsp; If however if you need to deal with longer column names or names with embedded blanks (as in databases and Excel), then you can use a name literal.&amp;nbsp; For example, if a column were named "Name that is not valid V7", you could reference it by using a name literal:&amp;nbsp; 'Name that is not valid V7'n.&amp;nbsp; It looks like a hex literal, '09'x, or a date literal, '13Jun2021'd.&amp;nbsp; Name literals can be a little tricky to use, but if you really need them, they are there.&amp;nbsp; Otherwise VALIDVARNAME = V7 is your best bet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feature requests can be submitted via&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/idb-p/sas_ideas/label-name/sas_access" target="_blank"&gt;https://communities.sas.com/t5/SASware-Ballot-Ideas/idb-p/sas_ideas/label-name/sas_access&lt;/A&gt;.&amp;nbsp; Click on the "Suggest an idea" button.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 04:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-XLSX-Engine-and-PowerPivot-Questions/m-p/747673#M234718</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-06-14T04:15:57Z</dc:date>
    </item>
  </channel>
</rss>

