<?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 Save data as Excel file and immediately open it on the computer in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Save-data-as-Excel-file-and-immediately-open-it-on-the-computer/m-p/724408#M90667</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to save data in an Excel file and open it&lt;/P&gt;&lt;P&gt;I have written the command at the end of the script&lt;/P&gt;&lt;P&gt;I see JMP saved the data as well, but don't open the file in Excel&lt;/P&gt;&lt;P&gt;what I have missed in JSL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt_excel = dt_p &amp;lt;&amp;lt; Save( "C:\Users\dburmist\Downloads\Bucket.xlsx" );&lt;BR /&gt;dt_excel = dt_p &amp;lt;&amp;lt; open( "C:\Users\dburmist\Downloads\Bucket.xlsx" );&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 15:06:14 GMT</pubDate>
    <dc:creator>Dennisbur</dc:creator>
    <dc:date>2024-02-15T15:06:14Z</dc:date>
    <item>
      <title>Save data as Excel file and immediately open it on the computer</title>
      <link>https://community.jmp.com/t5/Discussions/Save-data-as-Excel-file-and-immediately-open-it-on-the-computer/m-p/724408#M90667</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to save data in an Excel file and open it&lt;/P&gt;&lt;P&gt;I have written the command at the end of the script&lt;/P&gt;&lt;P&gt;I see JMP saved the data as well, but don't open the file in Excel&lt;/P&gt;&lt;P&gt;what I have missed in JSL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt_excel = dt_p &amp;lt;&amp;lt; Save( "C:\Users\dburmist\Downloads\Bucket.xlsx" );&lt;BR /&gt;dt_excel = dt_p &amp;lt;&amp;lt; open( "C:\Users\dburmist\Downloads\Bucket.xlsx" );&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:06:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-data-as-Excel-file-and-immediately-open-it-on-the-computer/m-p/724408#M90667</guid>
      <dc:creator>Dennisbur</dc:creator>
      <dc:date>2024-02-15T15:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Save data as Excel file and immediately open it on the computer</title>
      <link>https://community.jmp.com/t5/Discussions/Save-data-as-Excel-file-and-immediately-open-it-on-the-computer/m-p/724411#M90668</link>
      <description>&lt;P&gt;The Open() function is not a message to send to a data table.&amp;nbsp; &amp;lt;&amp;lt;Open() as a message is used to show or hide values in a Matrix Box or specify an image to add to a PictSeg.&amp;nbsp; When you tell JMP to Open() an Excel file, it imports it into JMP; it doesn't open it in Excel.&amp;nbsp; If that's what you want, you'll probably need to Run Program().&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:22:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-data-as-Excel-file-and-immediately-open-it-on-the-computer/m-p/724411#M90668</guid>
      <dc:creator>mmarchandTSI</dc:creator>
      <dc:date>2024-02-15T15:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Save data as Excel file and immediately open it on the computer</title>
      <link>https://community.jmp.com/t5/Discussions/Save-data-as-Excel-file-and-immediately-open-it-on-the-computer/m-p/724412#M90669</link>
      <description>&lt;P&gt;You can use Web() to open the excel file&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

savepath = Convert File Path("$TEMP/Big Class.xlsx", windows);
dt &amp;lt;&amp;lt; Save(savepath);

Web(savepath);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Other option would be to use Run Program&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 15:23:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-data-as-Excel-file-and-immediately-open-it-on-the-computer/m-p/724412#M90669</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-15T15:23:17Z</dc:date>
    </item>
  </channel>
</rss>

