<?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 we can close an opened excel file using JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40425#M23686</link>
    <description>&lt;P&gt;You should see a JMP data table. If you are seeing excel opening a spreadsheet, something else is going on. If you open the .xlsx manually from JMP's file-&amp;gt;open dialog, you'll land in JMP's import wizard which will help you do the first import. You can use the Source script in the JMP data table to repeat the process without going through the wizard.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2017 20:58:48 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2017-06-14T20:58:48Z</dc:date>
    <item>
      <title>How we can close an opened  excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40409#M23675</link>
      <description>&lt;P&gt;How we can close an opened &amp;nbsp;excel file using JSL?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:24:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40409#M23675</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2023-06-09T23:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened  excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40417#M23681</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);
dt = Open("$SAMPLE_IMPORT_DATA/Fill Weights.xlsx");
Wait(3);
Close(dt, NoSave);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Jun 2017 18:28:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40417#M23681</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-06-14T18:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40418#M23682</link>
      <description>when you open .xlsx, is it .jmp or .xlsx ? i like to close a .xlsx file not&lt;BR /&gt;.jmp&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2017 18:36:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40418#M23682</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-06-14T18:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40425#M23686</link>
      <description>&lt;P&gt;You should see a JMP data table. If you are seeing excel opening a spreadsheet, something else is going on. If you open the .xlsx manually from JMP's file-&amp;gt;open dialog, you'll land in JMP's import wizard which will help you do the first import. You can use the Source script in the JMP data table to repeat the process without going through the wizard.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:58:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40425#M23686</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2017-06-14T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40429#M23689</link>
      <description>hi ,&lt;BR /&gt;i do not want to open as jmp data table. how can i open as excel and close that excel using jsl?</description>
      <pubDate>Thu, 15 Jun 2017 02:19:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40429#M23689</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-06-15T02:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40430#M23690</link>
      <description>&lt;P&gt;When you Open() an Excel file in JMP, it is converted to a JMP file. &amp;nbsp;What is the reason you want the files to remain in Excel format? &amp;nbsp;The structure&amp;nbsp;of a JMP data table is required for the various JMP Platforms to work with them.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 03:10:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40430#M23690</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-15T03:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40455#M23705</link>
      <description>we can use function web()</description>
      <pubDate>Thu, 15 Jun 2017 14:08:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40455#M23705</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-06-15T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40501#M23713</link>
      <description>&lt;P&gt;web() launches excel as a separate program, independent of JMP.&amp;nbsp;JMP does not have a way to close the excel spread sheet.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 17:22:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40501#M23713</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2017-06-15T17:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How we can close an opened excel file using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40541#M23741</link>
      <description>I was looking for both functiuons. i found web() to open excel file by a clickable link.&lt;BR /&gt;i guess no function to close the excel file using JSL.&lt;BR /&gt;Thanks all for your contribution.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:53:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-we-can-close-an-opened-excel-file-using-JSL/m-p/40541#M23741</guid>
      <dc:creator>ram</dc:creator>
      <dc:date>2017-06-16T14:53:12Z</dc:date>
    </item>
  </channel>
</rss>

