<?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: How can I send JMP 14 stats results directly to Excel via API add-in? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-send-JMP-14-stats-results-directly-to-Excel-via-API/m-p/411730#M66124</link>
    <description>&lt;P&gt;Does this little script help you in what you want.&amp;nbsp; It takes the specified table, saves it to Excel and then opens the Excel file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1629530783783.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35229iCF790EBCDAA9E28D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1629530783783.png" alt="txnelson_0-1629530783783.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

newDT = (Current Report())["REML Variance Component Estimates"][Table Box( 1 )] &amp;lt;&amp;lt; make into data table( invisible );
newDT &amp;lt;&amp;lt; save as( "$TEMP/newDT.xlsx" );
Close( newDT, nosave );

Web( "$TEMP/newDT.xlsx" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1629530843112.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35230i8458209DC5CD11E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1629530843112.png" alt="txnelson_1-1629530843112.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Aug 2021 07:27:34 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-08-21T07:27:34Z</dc:date>
    <item>
      <title>How can I send JMP 14 stats results directly to Excel via API add-in?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-send-JMP-14-stats-results-directly-to-Excel-via-API/m-p/411410#M66095</link>
      <description>&lt;P&gt;Is there an JMP 14 (or later) add-in that sends statistical results to an Excel worksheet?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, I&lt;/P&gt;&lt;P&gt;Step 1.&amp;nbsp; right-click in the body of the table and choose "Make into Data Table" then&lt;/P&gt;&lt;P&gt;Step 2.&amp;nbsp; copy and paste the table that pops up into an Excel spreadsheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Maverick614xyz_0-1629419960495.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35197i5587C8993AEF61CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Maverick614xyz_0-1629419960495.png" alt="Maverick614xyz_0-1629419960495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm a SAS user so I can do this in SAS but my colleague uses JMP 14 so I would like a solution for this if one exists through an add-in (or JSL).&amp;nbsp; I have searched these discussions and throughout to no avail.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:37:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-send-JMP-14-stats-results-directly-to-Excel-via-API/m-p/411410#M66095</guid>
      <dc:creator>Maverick614xyz</dc:creator>
      <dc:date>2023-06-09T00:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send JMP 14 stats results directly to Excel via API add-in?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-send-JMP-14-stats-results-directly-to-Excel-via-API/m-p/411730#M66124</link>
      <description>&lt;P&gt;Does this little script help you in what you want.&amp;nbsp; It takes the specified table, saves it to Excel and then opens the Excel file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1629530783783.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35229iCF790EBCDAA9E28D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1629530783783.png" alt="txnelson_0-1629530783783.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

newDT = (Current Report())["REML Variance Component Estimates"][Table Box( 1 )] &amp;lt;&amp;lt; make into data table( invisible );
newDT &amp;lt;&amp;lt; save as( "$TEMP/newDT.xlsx" );
Close( newDT, nosave );

Web( "$TEMP/newDT.xlsx" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1629530843112.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35230i8458209DC5CD11E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1629530843112.png" alt="txnelson_1-1629530843112.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Aug 2021 07:27:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-send-JMP-14-stats-results-directly-to-Excel-via-API/m-p/411730#M66124</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-08-21T07:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I send JMP 14 stats results directly to Excel via API add-in?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-send-JMP-14-stats-results-directly-to-Excel-via-API/m-p/411993#M66152</link>
      <description>&lt;P&gt;Thank you so much, txnelson!&amp;nbsp; I tried it and your solution works perfectly.&amp;nbsp; This is a thing of beauty in both its simplicity and execution.&amp;nbsp; Moreover, it takes the possibility of copy/paste error out of the equation.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 15:39:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-send-JMP-14-stats-results-directly-to-Excel-via-API/m-p/411993#M66152</guid>
      <dc:creator>Maverick614xyz</dc:creator>
      <dc:date>2021-08-23T15:39:11Z</dc:date>
    </item>
  </channel>
</rss>

