<?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: add contains in the Open worksheets in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/add-contains-in-the-Open-worksheets/m-p/804743#M98251</link>
    <description>&lt;P&gt;You can use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
sheetList = Get Excel Worksheets( "$SAMPLE_IMPORT_DATA\Team Results.xlsx" );
Show( sheetList );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to determine what sheets exist, and then only read in the ones you want.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2024 13:51:20 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-10-10T13:51:20Z</dc:date>
    <item>
      <title>add contains in the Open worksheets</title>
      <link>https://community.jmp.com/t5/Discussions/add-contains-in-the-Open-worksheets/m-p/804716#M98246</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to use the Contains() function to search for a specific string in the open worksheets? I want to avoid importing all the tabs and then using Contains() to find the data table list. My preference is to use the Contains() function to only import the sheet in JMP that contains the specific string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open(
	dir_path,
	Worksheets( "Test Spec &amp;amp; Conditions" ), // Contains( "Test") |  Contains( "Spec")
	Use for all sheets( 1 ),
	Concatenate Worksheets( 0 ),
	Create Concatenation Column( 0 ),
	Worksheet Settings(
		1,
		Has Column Headers( 1 ),
		Number of Rows in Headers( 1 ),
		Headers Start on Row( 1 ),
		Data Starts on Row( 2 ),
		Data Starts on Column( 1 ),
		Data Ends on Row( 0 ),
		Data Ends on Column( 0 ),
		Replicated Spanned Rows( 1 ),
		Replicated Spanned Headers( 0 ),
		Suppress Hidden Rows( 1 ),
		Suppress Hidden Columns( 1 ),
		Suppress Empty Columns( 1 ),
		Treat as Hierarchy( 0 ),
		Multiple Series Stack( 0 ),
		Import Cell Colors( 0 ),
		Limit Column Detect( 0 ),
		Column Separator String( "-" )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 13:28:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/add-contains-in-the-Open-worksheets/m-p/804716#M98246</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2024-10-10T13:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: add contains in the Open worksheets</title>
      <link>https://community.jmp.com/t5/Discussions/add-contains-in-the-Open-worksheets/m-p/804743#M98251</link>
      <description>&lt;P&gt;You can use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
sheetList = Get Excel Worksheets( "$SAMPLE_IMPORT_DATA\Team Results.xlsx" );
Show( sheetList );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to determine what sheets exist, and then only read in the ones you want.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 13:51:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/add-contains-in-the-Open-worksheets/m-p/804743#M98251</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-10-10T13:51:20Z</dc:date>
    </item>
  </channel>
</rss>

