<?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: Import Png pics in each cell in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Import-Png-pics-in-each-cell/m-p/729036#M91123</link>
    <description>&lt;P&gt;I was able to get this far: &lt;EM&gt;&lt;STRONG&gt;journal&lt;/STRONG&gt;&lt;/EM&gt; a data table with images,&lt;EM&gt;&lt;STRONG&gt; save-as&lt;/STRONG&gt;&lt;/EM&gt; RTF. In OpenOffice Writer, the RTF looks pretty good. It is in a table element that copies with rows and columns. Unfortunately OpenOffice calc does not paste the pictures. (I did pick PNG for the RTF picture format.)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="You might try copy/paste this table from MS Word to MS Excel and get different results" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61682i077D7F9F5D0834AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="bigclass.png" alt="You might try copy/paste this table from MS Word to MS Excel and get different results" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;You might try copy/paste this table from MS Word to MS Excel and get different results&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 16:49:43 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2024-02-29T16:49:43Z</dc:date>
    <item>
      <title>Import Png pics in each cell</title>
      <link>https://community.jmp.com/t5/Discussions/Import-Png-pics-in-each-cell/m-p/728982#M91113</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to import the Histogram (.png) pictures into the excel cell (fit the cell by image) using jsl?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this.....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jackie__0-1709219913225.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61679i063F4E4D1D916486/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jackie__0-1709219913225.png" alt="Jackie__0-1709219913225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;JSL to iterate over column groups to export the pictures&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt2= Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
maindir = Pick Directory( "Choose a directory to save distribution images" );
distributiondir = Concat( maindir || "/Distribution_Images" );


Col_List = dt2 &amp;lt;&amp;lt; Get Column Group( "Processes" );

dt2 &amp;lt;&amp;lt; select column group( "Processes" );
TestName = dt2 &amp;lt;&amp;lt; Get Selected Columns;
Tests = N Items( Col_List );							

Create Directory( distributiondir );

Caption( "Processing....." );
wait(0);

For( ii = 1, ii &amp;lt;= Tests, ii++,
Caption( "Processing..... " || char(ii) || " of " || char(Tests), Font Size(13), spoken(0) );
	vc2 = dt2 &amp;lt;&amp;lt; distribution(
		Stack( 1 ),
		Continuous Distribution(
			Column(TestName[ii] ),
			Horizontal Layout( 1 ),
			Normal Quantile Plot( 1 ),
			Customize Summary Statistics(
			Std Err Mean( 0 ),
			Upper Mean Confidence Interval( 0 ),
			Lower Mean Confidence Interval( 0 )
		),
			Vertical( 1 ),
			Process Capability( 0 )
			
		)
	);



	vc2 &amp;lt;&amp;lt; Save Picture( distributiondir || "/" || Char( ii ) || ".png", "png" );
	vc2 &amp;lt;&amp;lt; Close Window;
);

Caption( "Saved!!!!" );
wait(0.4);

Caption( remove);
wait(0);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jackie&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 15:20:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-Png-pics-in-each-cell/m-p/728982#M91113</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2024-02-29T15:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Import Png pics in each cell</title>
      <link>https://community.jmp.com/t5/Discussions/Import-Png-pics-in-each-cell/m-p/729009#M91118</link>
      <description>&lt;P&gt;I think you would have to use something else with JMP. Use JMP to save images to directory and then some other software/programming language (python, vbscript, excel macro, powershell, ....) to move those images to excel cells&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Copying PNG images from JMP file to Excel" uid="251539" url="https://community.jmp.com/t5/Discussions/Copying-PNG-images-from-JMP-file-to-Excel/m-p/251539#U251539" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="data table with images -&amp;amp;gt; Excel" uid="594289" url="https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/594289#U594289" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 15:46:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-Png-pics-in-each-cell/m-p/729009#M91118</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-29T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Import Png pics in each cell</title>
      <link>https://community.jmp.com/t5/Discussions/Import-Png-pics-in-each-cell/m-p/729036#M91123</link>
      <description>&lt;P&gt;I was able to get this far: &lt;EM&gt;&lt;STRONG&gt;journal&lt;/STRONG&gt;&lt;/EM&gt; a data table with images,&lt;EM&gt;&lt;STRONG&gt; save-as&lt;/STRONG&gt;&lt;/EM&gt; RTF. In OpenOffice Writer, the RTF looks pretty good. It is in a table element that copies with rows and columns. Unfortunately OpenOffice calc does not paste the pictures. (I did pick PNG for the RTF picture format.)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="You might try copy/paste this table from MS Word to MS Excel and get different results" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61682i077D7F9F5D0834AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="bigclass.png" alt="You might try copy/paste this table from MS Word to MS Excel and get different results" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;You might try copy/paste this table from MS Word to MS Excel and get different results&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 16:49:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-Png-pics-in-each-cell/m-p/729036#M91123</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2024-02-29T16:49:43Z</dc:date>
    </item>
  </channel>
</rss>

