<?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: Export data in Excel format in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269434#M718135</link>
    <description>&lt;P&gt;Finally,&amp;nbsp; the first program doesn't works without the report generation toolkit.&lt;/P&gt;
&lt;P&gt;i'm going to see if it's possible with the tdms files.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2013 19:35:48 GMT</pubDate>
    <dc:creator>Macarel31</dc:creator>
    <dc:date>2013-01-03T19:35:48Z</dc:date>
    <item>
      <title>Export data in Excel format</title>
      <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2268794#M718006</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm a little beginner in labview and for a project, i have to make a measurement program.&lt;/P&gt;
&lt;P&gt;All is good but i have some difficulties to export the data.&lt;/P&gt;
&lt;P&gt;I want to export organized data in Excel. I'm going to be clear:&lt;/P&gt;
&lt;P&gt;I want to have data in colum with the legend at the top (for example, in&amp;nbsp;the box A1 there is "frequency" writen and the rest of the column A is the values of the frequency, then in the box B1 there is "Spectrum" writen and the rest of the column&amp;nbsp;B is the values of the frequency&amp;nbsp; spectrum,....).&lt;/P&gt;
&lt;P&gt;There is an other thing. In the measurement program, it'a possible to write a commentary. I would like to export too the commetary on an other sheet of the excel file.&lt;/P&gt;
&lt;P&gt;For the moment, the only thong that i can do is to export only the datain column.&lt;/P&gt;
&lt;P&gt;There is somebody who can help me?&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: all the data are a 1D array.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 04:39:01 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2268794#M718006</guid>
      <dc:creator>Macarel31</dc:creator>
      <dc:date>2013-01-03T04:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export data in Excel format</title>
      <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2268806#M718010</link>
      <description>&lt;P&gt;Please find the attached VI snippet.&lt;/P&gt;
&lt;P&gt;I hope this will solve ur purpose.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used a template fro excel report.&lt;/P&gt;
&lt;P&gt;Please use attached template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Pankaj&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 05:25:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2268806#M718010</guid>
      <dc:creator>Pankajusic</dc:creator>
      <dc:date>2013-01-03T05:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export data in Excel format</title>
      <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269084#M718072</link>
      <description>&lt;P&gt;Thanks for the help but i don't have the "Excel add worsheet.vi".&lt;/P&gt;
&lt;P&gt;Is it possible to have it (i dont find it free on internet).&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:44:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269084#M718072</guid>
      <dc:creator>Macarel31</dc:creator>
      <dc:date>2013-01-03T14:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export data in Excel format</title>
      <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269096#M718075</link>
      <description>&lt;P&gt;It is not free. It is part of the Report Generation add-on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do all of the ActiveX stuff yourself. There are numerous examples in the &lt;A href="https://forums.ni.com/t5/BreakPoint/Excel-Board/m-p/379682#M2391" target="_self"&gt;Excel Board&lt;/A&gt;. As an alternative, you can use one of file write functions to create a text file. Use a comma or tab separated file and Excel can import it. The only thing you cannot do with a text file is assign your comment to a separate worksheet.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 15:12:22 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269096#M718075</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2013-01-03T15:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export data in Excel format</title>
      <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269174#M718090</link>
      <description>&lt;P&gt;Ok,&lt;/P&gt;
&lt;P&gt;i think i'm going to do the thing diffrently. Instead of open a new sheet, the commentary and the data will be in the same sheet.&lt;/P&gt;
&lt;P&gt;I'm going to see if it works.&lt;/P&gt;
&lt;P&gt;Thanks for the answers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 15:55:46 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269174#M718090</guid>
      <dc:creator>Macarel31</dc:creator>
      <dc:date>2013-01-03T15:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export data in Excel format</title>
      <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269208#M718097</link>
      <description>&lt;P&gt;Have you tried creating a TDMS file? Here is an example of a program I have pulling data from 3 different devices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Thu, 03 Jan 2013 16:14:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269208#M718097</guid>
      <dc:creator>MwMonty</dc:creator>
      <dc:date>2013-01-03T16:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export data in Excel format</title>
      <link>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269434#M718135</link>
      <description>&lt;P&gt;Finally,&amp;nbsp; the first program doesn't works without the report generation toolkit.&lt;/P&gt;
&lt;P&gt;i'm going to see if it's possible with the tdms files.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:35:48 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Export-data-in-Excel-format/m-p/2269434#M718135</guid>
      <dc:creator>Macarel31</dc:creator>
      <dc:date>2013-01-03T19:35:48Z</dc:date>
    </item>
  </channel>
</rss>

