<?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: Exporting reports to MS Word in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8116#M8110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds ingenious - I've almost no experience of writing XML files at the moment, but I'll definitely give it a go.&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 09:02:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-04T09:02:27Z</dc:date>
    <item>
      <title>Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8111#M8105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="margin-bottom: 10pt;"&gt;I need to export a report I create to MS Word in a very specific format.&amp;nbsp; I can export it as a PDF file which is very &lt;EM&gt;close&lt;/EM&gt; to how I want it to look in MS Word, but I need to improve the look of it as much as I can, to minimize the amount of editing that it will need after having been exported. To illustrate what I'm trying to do, I enclose below a short script that creates a simple report containing some titles, a couple of tables and a footer, and then exports that report in three different formats, namely a PDF file, an MS Word document and an HTML file.&lt;/P&gt;&lt;P&gt;The PDF version of the report is created pretty much as I want it to appear in the MS Word version, with titles centered, different-sized fonts and the table styles ("heading separator" and "bordered") specified in the script.&amp;nbsp; The MS Word version has however lost the centering of the titles, the font size settings and the table styles - and I'd like to retain all of these features if at all possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in the MS Word version, every line is actually a box of text (you can see this by opening the document in Word, highlighting everything with &amp;lt;Control&amp;gt;-A and then adding borders to the selection).&amp;nbsp; This is of course how everything was exported in the first place and therefore isn't at all surprising; &lt;EM&gt;however&lt;/EM&gt; I note that the HTML version &lt;EM&gt;doesn't&lt;/EM&gt; consider the two titles and the footer to be boxes, but simply lines of text - and this is actually how I would like them to appear in the MS Word version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 10pt;"&gt;My questions are therefore: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is it possible to retain (a) the centering and/or (b) the font size settings when exporting to MS Word?&lt;/LI&gt;&lt;LI&gt;Is it possible to export simply lines of text (as opposed to text boxes) to MS Word?&lt;/LI&gt;&lt;LI&gt;It is possible to retain the designated table style (e.g. "bordered" or "heading separator") when exporting to MS Word?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m guessing that some, if not all, of these are not going to be possible - but I know from past experience that there's often a way around such little problems if you just happen to know how to do it.&amp;nbsp; Can anyone help me with any of the above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks – here’s the demo script I mentioned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;myTableBox1 &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;table box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;string col box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Position"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"First"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Second"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Third"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Fourth"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Fifth"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;})&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;string col box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Description"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Water"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Sulphuric Acid"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Oxygen"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Hydrogen Sulphide"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Sodium Chloride"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;})&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;string col box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Formula"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"H2O"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"H2SO4"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"O2"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"H2S"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"NaCl"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;})&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; table style&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"heading separator"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;myTableBox2 &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;table box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;string col box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Town"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Aberdeen"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Cardiff"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"London"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Manchester"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;})&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;number col box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"Population"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;212125&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;324800&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;8174000&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;512000&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; table style&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"bordered"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;myTitle &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;text box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"This is my Main Title"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; justify text&lt;STRONG&gt;(&lt;/STRONG&gt;center&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; set font size&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;14&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; font color&lt;STRONG&gt;({&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;0.5&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;})&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; set width&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;200&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;mySubtitle &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;text box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"This is my Subtitle"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; justify text&lt;STRONG&gt;(&lt;/STRONG&gt;center&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; set font size&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;9&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; font color&lt;STRONG&gt;({&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;})&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; set font style&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"italic"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;myBlankLine &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;text box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;" "&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; set font size&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;myFootnote &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;text box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"This is my footnote"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; set font size&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;9&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; justify text&lt;STRONG&gt;(&lt;/STRONG&gt;center&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;lub &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;line up box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;ncol&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: teal; font-family: 'Courier New'; font-size: 9pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTitle&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mySubtitle&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBlankLine&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTableBox1&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBlankLine&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTableBox2&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myBlankLine&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myFootnote&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;nw &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: 'Courier New'; font-size: 9pt;"&gt;new window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"My Window"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; lub&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;lub &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; save PDF&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"C:\Documents\My Report.pdf"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;lub &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; save MS Word&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"C:\Documents\My Report.doc"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;lub &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; save HTML&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 9pt;"&gt;"C:\Documents\My Report.html"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 12:12:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8111#M8105</guid>
      <dc:creator />
      <dc:date>2014-02-19T12:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8112#M8106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two kinds of export in use here from JMP's perspective. HTML and DOC are exported as structured text with minimal styling information. PDF (and others like EPS and SVG) are exported as graphics, which preserve the styles and layout but not the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the text being on separate lines or not, JMP is trying to put them on separate lines by emitting line separators between them, but HTML treats line separators are regular whitespace which explains the difference from DOC. If you're really looking for an extreme work-around, I did find one place in JMP that exports text without line separators or other adornments and that's when exporting a ComboBox.However, if you're going to such lengths and losing styling, you might as well just make one giant Text Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice clear example, btw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 20:28:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8112#M8106</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2014-02-26T20:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8113#M8107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xan,&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for those pointers; it looks as though I'm going to have to a bit cleverer to get the effects I want, as I don't think a giant Text Box is going to solve my problem unless I can incorporate a table within it - and I can't see a way to do that.&amp;nbsp; I'll carry on experimenting and post here again if I get anywhere - but in the meantime, could you elaborate on that comment about Combo Boxes please?&amp;nbsp; I've tried adding one to my Line Up Box, but it doesn't seem to be exported at all in either Word or HTML.&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 18:58:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8113#M8107</guid>
      <dc:creator />
      <dc:date>2014-03-02T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8114#M8108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're willing to do a bit of programming you can get the exact format with the following approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a report in MS-Word that has the desired format.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Save it as an XML file, using the format &lt;STRONG&gt;Word 2003 XML Document&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In JSL, create this XML file using the real data.&amp;nbsp; Save the text with a .XML extension&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used this approach to produce multi-tabbed Excel spreadsheets.&amp;nbsp; It takes a bit of programming but it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 11:50:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8114#M8108</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2014-03-03T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8115#M8109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;&lt;BR /&gt;&lt;P&gt;Dodo wrote:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;...in the meantime, could you elaborate on that comment about Combo Boxes please?&amp;nbsp; I've tried adding one to my Line Up Box, but it doesn't seem to be exported at all in either Word or HTML.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;Looks like they're exported in JMP 11 but not in JMP 10. More reason to ignore it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 14:42:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8115#M8109</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2014-03-03T14:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8116#M8110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds ingenious - I've almost no experience of writing XML files at the moment, but I'll definitely give it a go.&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 09:02:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/8116#M8110</guid>
      <dc:creator />
      <dc:date>2014-03-04T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285043#M55023</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was made aware that there is already a topic about generating reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to generate a report (MS Mord or saved as PDF file) for multiple parameters (parameters quantity can vary from 1 to 500).&lt;/P&gt;&lt;P&gt;One page for one parameter. The navigation through the document is made with help of bookmarks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The XML approach seams to be very interesting. I'm not firm with XML and just started with JSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please present your approach with examples I can modify for my needs?&lt;/P&gt;&lt;P&gt;Perhaps using the documets I've attached?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attached data set contains a script for multiple "Normal Quantile Plots".&lt;/P&gt;&lt;P&gt;I'd like to be able to generate a MS Word document with help of JSL according to a certain template, which can be substituted by an arbitrary one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached:&lt;/P&gt;&lt;P&gt;Dataset with a script for generating the multiple graphs (BTW: thanks to community for help)&lt;/P&gt;&lt;P&gt;PDF converted from MS Word "template" file&lt;/P&gt;&lt;P&gt;XML file converted from MS Word "template" (.zip file)&lt;/P&gt;&lt;P&gt;The XML file can be opened with MS Word.&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/2742"&gt;@martindemel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 12:46:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285043#M55023</guid>
      <dc:creator>Greenhorn</dc:creator>
      <dc:date>2020-08-10T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285073#M55027</link>
      <description>&lt;P&gt;Could you possibly share an example?&amp;nbsp; I am very interested in this approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 14:30:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285073#M55027</guid>
      <dc:creator>johnmoore</dc:creator>
      <dc:date>2020-08-10T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285793#M55162</link>
      <description>&lt;P&gt;I tried playing around with this a bit, and my recommendation is to simply export JMP output as a Word document.&amp;nbsp; It would be very difficult to generate "xml" code for graphs.&lt;/P&gt;
&lt;P&gt;Take a look at this example program.&amp;nbsp; This approach might just be the ticket.&amp;nbsp; You'll need to learn what JSL display boxes are.&amp;nbsp; Hint: the scripting index is your best friend!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = open("$sample_data\Big Class.jmp");

nw = new window("Sample",
	panelbox("Actions",
		hlistbox(
			msword_button = buttonbox("Save to MS-Word", 
				sample_output &amp;lt;&amp;lt; save msword("", Native);
			),
			close_button = buttonbox("Close this window",
				nw &amp;lt;&amp;lt; close window;
			),
		),
	),
	sample_output = vlistbox(
		tb = table box(
			string col box("Name", (dt:name &amp;lt;&amp;lt; get values)),
			number col box("Age", (dt:age &amp;lt;&amp;lt; get values)),
			string col box("Name", (dt:sex &amp;lt;&amp;lt; get values)),
		),
		page break box(),
		dist = dt &amp;lt;&amp;lt; Distribution(
			Continuous Distribution( Column( :weight ) ),
			Nominal Distribution( Column( :age ) )
		),
	),
	msword_button &amp;lt;&amp;lt; set icon("WinFileSave"),
	close_button  &amp;lt;&amp;lt; set icon("Stop"),
	tb &amp;lt;&amp;lt; set underline headings(1) &amp;lt;&amp;lt; set column borders(1) 
		&amp;lt;&amp;lt; Set Shade Alternate Rows(1);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Aug 2020 19:05:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285793#M55162</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2020-08-13T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting reports to MS Word</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285946#M55186</link>
      <description>&lt;P&gt;Thanks for your proposal!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works.I just need to rename the file from filename.doc.jmp to .doc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me how to adjust the page to landscape, please?&lt;/P&gt;&lt;P&gt;And perhaps I will need to scale the pages...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 12:00:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-reports-to-MS-Word/m-p/285946#M55186</guid>
      <dc:creator>Greenhorn</dc:creator>
      <dc:date>2020-08-14T12:00:29Z</dc:date>
    </item>
  </channel>
</rss>

