<?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: Saving Multiple Data Tables to an Excel Workbook in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Saving-Multiple-Data-Tables-to-an-Excel-Workbook/m-p/421197#M67002</link>
    <description>&lt;P&gt;Thanks Thierry. This does not work on Jmp 12. I do look forward to using this feature once I upgrade to newer Jmp version.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 02:38:38 GMT</pubDate>
    <dc:creator>uProf</dc:creator>
    <dc:date>2021-09-27T02:38:38Z</dc:date>
    <item>
      <title>Saving Multiple Data Tables to an Excel Workbook</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Multiple-Data-Tables-to-an-Excel-Workbook/m-p/421071#M66983</link>
      <description>Hi -&lt;BR /&gt;I have a jsl script made with Jmp 12 that processes huge data table and generates 9 data tables with different summaries.&lt;BR /&gt;&lt;BR /&gt;I am saving these off currently as 9 csv files. I would like to condense it to ONE Excel workbook with 9 tabs.&lt;BR /&gt;&lt;BR /&gt;I understand saving each data table to excel (xlsx) is an option. How can I have 9 sheets saved to one excel via Jmp 12?&lt;BR /&gt;&lt;BR /&gt;Appreciate any inputs/pointers. Thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:49:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Multiple-Data-Tables-to-an-Excel-Workbook/m-p/421071#M66983</guid>
      <dc:creator>uProf</dc:creator>
      <dc:date>2023-06-11T11:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Multiple Data Tables to an Excel Workbook</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Multiple-Data-Tables-to-an-Excel-Workbook/m-p/421076#M66984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if this command is available in JMP 12, but in more recent version, you can use the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt1 = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt2 = Open( "$SAMPLE_DATA/Abrasion.jmp" );
Create Excel Workbook(
	"$TEMP/MyWorkbook.xlsx",
	{dt1, dt2},
	{"Big", "Abrasive"}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;With the first List being the data tables you need to aggregate and the second list being the names of the worksheets.&lt;/P&gt;
&lt;P&gt;Let us know if this helps?&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 01:22:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Multiple-Data-Tables-to-an-Excel-Workbook/m-p/421076#M66984</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-09-26T01:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Multiple Data Tables to an Excel Workbook</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Multiple-Data-Tables-to-an-Excel-Workbook/m-p/421197#M67002</link>
      <description>&lt;P&gt;Thanks Thierry. This does not work on Jmp 12. I do look forward to using this feature once I upgrade to newer Jmp version.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 02:38:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Multiple-Data-Tables-to-an-Excel-Workbook/m-p/421197#M67002</guid>
      <dc:creator>uProf</dc:creator>
      <dc:date>2021-09-27T02:38:38Z</dc:date>
    </item>
  </channel>
</rss>

