<?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: JMP 18.2.2 Excel Import Extremely Slow in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898335#M105826</link>
    <description>&lt;P&gt;The machines typically running the scripts are 8GB RAM so presumably that is the root cause. However, this was not a problem in JMP 17 and below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe the recommend RAM has changed from the 4GB stated for JMP 17?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2025 15:33:51 GMT</pubDate>
    <dc:creator>finly</dc:creator>
    <dc:date>2025-09-02T15:33:51Z</dc:date>
    <item>
      <title>JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898175#M105802</link>
      <description>&lt;P&gt;I have been using JMP scripts for a number of years to import large batches of excel files in a loop. Ever since the update to JMP 18 this now takes 4 or 5 times longer than it used to. Where opening 100 files may have taken around 5 minutes previously it now takes upwards of 20 minutes. None of my scripts have changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the typical syntax used:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Open up Sum_LP sheet and copy contents to JMP table called summary
dt = Open(
	::fullfile,
	Worksheets(Sheetname),
	Use for all sheets(0),
	Concatenate Worksheets(0),
	Create Concatenation Column(0),
	Worksheet Settings(
		1,
		Has Column Headers(0),
		Number of Rows in Headers(0),
		Headers Start on Row(0),
		Data Starts on Row(5),
		Data Starts on Column(1),
		Data Ends on Row(54),
		Data Ends on Column(120),
		Replicated Spanned Rows(1),
		Replicated Spanned Headers(0),
		Suppress Hidden Rows(1),
		Suppress Hidden Columns(1),
		Suppress Empty Columns(0),
		Treat as Hierarchy(0),
		Multiple Series Stack(0),
		Import Cell Colors(0),
		Limit Column Detect(0),
		Column Separator String("-")
	),
	Invisible
);&lt;/CODE&gt;&lt;/PRE&gt;
Edit (jthi): added jsl formatting&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;The efficiency of this is critical since it is used multiple times a day. Can anyone help me understand why it is now so slow?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Sep 2025 09:14:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898175#M105802</guid>
      <dc:creator>finly</dc:creator>
      <dc:date>2025-09-01T09:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898186#M105804</link>
      <description>&lt;P&gt;This could have something to do with it&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Knowledge-Base/Changes-to-the-import-of-Microsoft-Excel-files-in-JMP-18/ta-p/655981" target="_blank" rel="noopener"&gt; JMP Note 655981 - Changes to the import of Microsoft Excel files in JMP® 18 &lt;/A&gt;&amp;nbsp;. Also, do you have any merged cells in the excel? They at least used to cause some slowdowns with the excel import?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3022"&gt;@briancorcoran&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 09:17:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898186#M105804</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-09-01T09:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898188#M105805</link>
      <description>&lt;P&gt;Hi jthi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the link to the note, I had not seen that.&lt;BR /&gt;&lt;BR /&gt;The excel sheets are really as simple as you can get - there's some cells with a fill colour but there's no merged cells. I may play around with the formatting of the sheets and see what impact it has.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 09:37:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898188#M105805</guid>
      <dc:creator>finly</dc:creator>
      <dc:date>2025-09-01T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898189#M105806</link>
      <description>&lt;P&gt;No - this is something fundamentally worse about how JMP 18 handles excel sheets because even using the most simplistic excel sheet possible the time is significantly increased.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 10:36:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898189#M105806</guid>
      <dc:creator>finly</dc:creator>
      <dc:date>2025-09-01T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898204#M105809</link>
      <description>&lt;P&gt;Might MFI, Multiple File Import be used to increase the speed?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 11:42:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898204#M105809</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-09-01T11:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898244#M105815</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I deeply feel that the data splicing speed of JMP 18 is far inferior to that of JMP 14&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 23:05:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898244#M105815</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-09-01T23:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898310#M105822</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Jarmo notes, there was an issue with merge cells, but that was fixed in JMP 18.2.&amp;nbsp; Timings that we run internally at JMP generally show the import as being faster than in JMP 17, although it consumes more memory. If you have a memory constrained machine (e.g. &amp;lt; 16 GB) that could be an issue.&amp;nbsp; Otherwise, it is likely something specific to your worksheet.&amp;nbsp; We cannot accept real data, but if you can come up with anonymized worksheet or fake data that replicates the problem, we would appreciate your submitting it to JMP Tech Support (&lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;) for us to examine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 12:43:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898310#M105822</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2025-09-02T12:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898335#M105826</link>
      <description>&lt;P&gt;The machines typically running the scripts are 8GB RAM so presumably that is the root cause. However, this was not a problem in JMP 17 and below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe the recommend RAM has changed from the 4GB stated for JMP 17?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 15:33:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898335#M105826</guid>
      <dc:creator>finly</dc:creator>
      <dc:date>2025-09-02T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898336#M105827</link>
      <description>&lt;P&gt;I just tried running the scripts on a 32GB of RAM development machine and it was still much slower compared to JMP 17.&lt;BR /&gt;&lt;BR /&gt;I will contact the email address supplied with some fake data.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 15:56:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898336#M105827</guid>
      <dc:creator>finly</dc:creator>
      <dc:date>2025-09-02T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 18.2.2 Excel Import Extremely Slow</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898343#M105829</link>
      <description>&lt;P&gt;That is correct, JMP will run in 4 GB of RAM. &amp;nbsp;However, more is always better than JMP since it does everything in memory. &amp;nbsp;Regarding the Excel import specifically, the new underlying library that is being used for JMP 18 is more memory intensive. Yes it will run in 4 GB, but for a large quantity of files or larger files I would certainly recommend more. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 16:50:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-18-2-2-Excel-Import-Extremely-Slow/m-p/898343#M105829</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2025-09-02T16:50:14Z</dc:date>
    </item>
  </channel>
</rss>

