<?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 gpib data to spreadsheet in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184176#M106989</link>
    <description>Hi&lt;BR /&gt;I have problem trying to convert data from a lock-in amplifier via GPIB into readable spreadsheet.&lt;BR /&gt;How do i go about solving it.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
    <pubDate>Thu, 17 Feb 2005 15:26:18 GMT</pubDate>
    <dc:creator>alphakwk</dc:creator>
    <dc:date>2005-02-17T15:26:18Z</dc:date>
    <item>
      <title>gpib data to spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184176#M106989</link>
      <description>Hi&lt;BR /&gt;I have problem trying to convert data from a lock-in amplifier via GPIB into readable spreadsheet.&lt;BR /&gt;How do i go about solving it.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 17 Feb 2005 15:26:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184176#M106989</guid>
      <dc:creator>alphakwk</dc:creator>
      <dc:date>2005-02-17T15:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: gpib data to spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184190#M106997</link>
      <description>&lt;P data-unlink="true"&gt;Once you've read the data into your LabVIEW application, it's just like sending any other data into an Excel spreadsheet. This article&amp;nbsp;[broken link removed] on ni.com talks about it. You have two options:&lt;BR /&gt;&lt;BR /&gt;Free but more coding required: Use the ActiveX VIs in LabVIEW to communicate with Excel. Here&amp;nbsp;[broken link removed] is an example where someone communicates with Excel via ActiveX. There are also other examples of doing this in the examples directory (examples\comm\ole-excel8.llb). &lt;BR /&gt;&lt;BR /&gt;Less coding but not free: You can use the LabVIEW Report Generation Toolkit for Microsoft Office. This toolkit has VIs which handle all of the ActiveX communication for you. It makes it much easier to do. &lt;A href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3gcCAA&amp;amp;l=en-US" target="_blank" rel="noopener"&gt;This tutorial&lt;/A&gt; on ni.com describes how it's used. &lt;BR /&gt;&lt;BR /&gt;Hope this helps out. Good luck with the program!&lt;/P&gt;</description>
      <pubDate>Sat, 22 Nov 2025 01:44:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184190#M106997</guid>
      <dc:creator>JRA</dc:creator>
      <dc:date>2025-11-22T01:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: gpib data to spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184194#M107000</link>
      <description>What exactly is the problem you're having? The simplest way to do it is to use Write to Spreadsheet File. It will take a 1D or 2D array of data and write it as text file that can be read by any spreadsheet program. Posting an example of your code, data you're trying to write, or details on your problem would help get you some a more specific answer.</description>
      <pubDate>Thu, 17 Feb 2005 15:43:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184194#M107000</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-02-17T15:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: gpib data to spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184198#M107003</link>
      <description>Actually, just realized something. You may not even want to write to Excel! In that case, you can just use the standard report generation VIs. I would suggest doing it that way as:&lt;BR /&gt;&lt;BR /&gt;1. You don't have to mess with Excel&lt;BR /&gt;2. It's free!&lt;BR /&gt;&lt;BR /&gt;In this case, there are, I believe, quite a few examples you can go buy. If you know what type of data you're writing (string, numeric, etc), I'd be glad to help you out.</description>
      <pubDate>Thu, 17 Feb 2005 15:47:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184198#M107003</guid>
      <dc:creator>JRA</dc:creator>
      <dc:date>2005-02-17T15:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: gpib data to spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184214#M107012</link>
      <description>One problem that the write to spreadsheet file has (in it's stock form) is that it only puts numeric data into a delimited text file.  I do a whole lot more work with text files as run logs and such, where I have a few numeric columns and a few string columns.  I have ended up writing my own log file utilities, but the original "write to spreadsheet" VI can be modified to take in all string data rather than numeric data, but the issue still remains that the routine takes only one type of data as an input.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sheldon</description>
      <pubDate>Thu, 17 Feb 2005 16:16:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gpib-data-to-spreadsheet/m-p/184214#M107012</guid>
      <dc:creator>Sheldon_Stokes</dc:creator>
      <dc:date>2005-02-17T16:16:49Z</dc:date>
    </item>
  </channel>
</rss>

