<?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: Write to an Excel File in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1246322#M525920</link>
    <description>&lt;P&gt;ok well i only have a couple more questions. I got it all to work but i was wondering how do i make the excel file save as a different file name as well as make the data start at&amp;nbsp; the same location everytime?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2010 18:00:53 GMT</pubDate>
    <dc:creator>Leprechaun</dc:creator>
    <dc:date>2010-09-13T18:00:53Z</dc:date>
    <item>
      <title>Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199559#M516196</link>
      <description>&lt;P&gt;I am trying to make an excel spreadsheet given data from a pressure calibration. I need it to be able to ask the user for their name, probe number and range. It also needs to be able to put the date in by itself. Also, it needs to be able to ask for a number for what the pressure is and then when it reaches that number to put the voltage into the excel file. It needs to be able to collect only 10 data points. Then it needs to make a line graph with this information. How do i do so? An example file would help tremendously!!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2010 17:25:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199559#M516196</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-07-29T17:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199669#M516220</link>
      <description>&lt;P&gt;Help ---&amp;gt;&amp;nbsp;Find Examples&amp;nbsp; ---&amp;gt; Communicating With External Applications ---&amp;gt; Active X ---&amp;gt; Excel&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2010 19:17:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199669#M516220</guid>
      <dc:creator>nyc_(is_out_of_here)</dc:creator>
      <dc:date>2010-07-29T19:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199671#M516221</link>
      <description>&lt;P&gt;You're asking for a lot of things there, so you need to break it down in pieces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First off, does it absolutely have to be an Excel workbook? If so you will then need to either get the &lt;A href="https://www.ni.com/en/shop/labview/select-edition.html" target="_self" rel="nofollow"&gt;Report Generation Toolkit&lt;/A&gt;, or learn to use ActiveX to create Excel workbooks and write data to it. The &lt;A href="https://forums.ni.com/t5/BreakPoint/Excel-Board/m-p/379761" target="_blank" rel="nofollow noopener"&gt;Excel thread&lt;/A&gt;has links to lots of examples on manipulating Excel. NOTE: DO NOT POST QUESTIONS IN THAT THREAD. If you do not absolutely need an Excel workbook then you can just use the Write to Spreadsheet File VI. This will create a delimited text file that you can read into Excel if you need to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your other questions, it sound like you need to make up some dialog boxes. This is fairly easy, and examples ship with LabVIEW. There have also been numerous examples posted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's not clear is where this voltage is coming from. Is this something you're asking the user to enter, or are you reading this from some DAQ device.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Have you looked at some of the tutorials and examples? To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center&amp;nbsp;which provides links to other materials and other tutorials. You can also take the &lt;A href="https://learn.ni.com/learn/article/labview-tutorial" target="_blank" rel="nofollow noopener"&gt;online courses&lt;/A&gt; for free.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Apr 2025 03:35:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199671#M516221</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2025-04-27T03:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199695#M516229</link>
      <description>&lt;P&gt;Everything is already set up my job is just to take the information that is given and make labview put it into an excel spreadsheet. I have the microsoft add on thing. I am very new with this program and this is my first time using it not doing tutorials.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2010 19:44:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199695#M516229</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-07-29T19:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199771#M516249</link>
      <description>&lt;P&gt;So have you attempted to write any code yet.&amp;nbsp; You would get help more readliy if you try to write some code, post it here, then ask for help on any problems you run into.&lt;/P&gt;
&lt;P&gt;You can start by writing code to ask for the information you require.&amp;nbsp; Use a Prompt User function to prompt the user for information.&amp;nbsp; We'll go from there.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2010 20:48:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1199771#M516249</guid>
      <dc:creator>tbob</dc:creator>
      <dc:date>2010-07-29T20:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1200581#M516410</link>
      <description>&lt;P&gt;Here is what I have so far. I just need to send what i finish to my supervisor and he will add the rest of it&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2010 13:26:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1200581#M516410</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-07-30T13:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1200617#M516417</link>
      <description>&lt;P&gt;Hey Leprechaun,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on what you need to do to the data afterwards it is quite easy to append data to a spreadsheet file by converting each data reading to a string and concatonating your information to the string before writing to a text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also recommend searching the examples for something you can use and if you have a function you need to implement, try right-clicking in the block diagram and entering what you want to do into the search.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get users to enter information, using the 'prompt user for input' usually works quite well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2010 13:52:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1200617#M516417</guid>
      <dc:creator>Chris_Garratt_NIUK</dc:creator>
      <dc:date>2010-07-30T13:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1200637#M516421</link>
      <description>&lt;P&gt;I have attached a screenshot of a VI I wrote that'll write to a spreadsheet file. You can use it as a&amp;nbsp;reference&amp;nbsp;to build your own. It'll put the data into a spreadsheet but you'll have to manipulate the data manually in excel from there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2010 14:04:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1200637#M516421</guid>
      <dc:creator>meanmon13</dc:creator>
      <dc:date>2010-07-30T14:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1201033#M516501</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/158063"&gt;@Leprechaun&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Here is what I have so far. I just need to send what i finish to my supervisor and he will add the rest of it&lt;/P&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Why don't you impress your supervisor and do the entire thing yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2010 16:16:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1201033#M516501</guid>
      <dc:creator>tbob</dc:creator>
      <dc:date>2010-07-30T16:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1201211#M516552</link>
      <description>&lt;P&gt;well as i said before i am new to this program, I am only a co-op student so this is my first time actually using this in a real job position. So all I am doing is asking for help doing something that I don't completely understand being the college student that I am.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2010 19:01:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1201211#M516552</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-07-30T19:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1201355#M516574</link>
      <description>&lt;P&gt;I was a college student once, a long long time ago on a campus far far away.&amp;nbsp; So I know the many burdens you are facing.&amp;nbsp; However, if you could show practical job experience on your resume instead of just good grades, you will have a better chance at landing a job.&amp;nbsp; Try to do as much as you can.&amp;nbsp; Learn more about Labview on your spare time.&amp;nbsp; We will help you with problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2010 21:19:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1201355#M516574</guid>
      <dc:creator>tbob</dc:creator>
      <dc:date>2010-07-30T21:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227084#M521895</link>
      <description>&lt;P&gt;I have a lot more added but for some reason i still can't get it to work and i really don't know what to do i have attached the program could someone maybe help me with it or direct me in a better path. that would be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 17:55:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227084#M521895</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-08-25T17:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227090#M521897</link>
      <description>&lt;P&gt;What is it doing or not doing?&amp;nbsp; It is kind of hard to help when you don't tell us how it isn't working for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing I see that is odd is that you have a feedback node on the boolean wire between the "Prompt for User Input" express VI and the Create New Report.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:07:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227090#M521897</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2010-08-25T18:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227092#M521898</link>
      <description>&lt;P&gt;What is working or not working. Very odd that you have a feedback node coming from the Prompt user for input. Also if you need the Probe info and stuff like that in the file then you need to wire it up.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:10:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227092#M521898</guid>
      <dc:creator>Joe_H</dc:creator>
      <dc:date>2010-08-25T18:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227096#M521899</link>
      <description>&lt;P&gt;What, exactly, doesn't work? We are not mind readers, and we don't have your setup, so jsut showing us code and telling us "it doesn't work" is rather useless. Are you getting an error? If so, where? Are you not reading data? Is it not saving?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the intention of the code? Are you intending to write a new workbook each time you loop (which is what it's currently doing)?&amp;nbsp; If not, then the New Report VI belongs outside the loop. What is the point of the Feedback Node? The dialog you display only has one button, so the OK output will always be True.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How big is your monitor? Why is the Stop button off in right-field?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:10:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227096#M521899</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2010-08-25T18:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227120#M521910</link>
      <description>&lt;P&gt;I end up getting an error report for 2 things.... one that says "error-3 occured at unidentified location" and an error -2147352567 at property node(arg2) then the excell insert chart and everything after that is mentioned. I also got rid of the node cause i don't really know what it was for.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:19:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227120#M521910</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-08-25T18:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227130#M521914</link>
      <description>&lt;P&gt;also how do i get the prompts into the excel file itself i am really lost on what i am doing&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:22:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227130#M521914</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-08-25T18:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227162#M521921</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/158063"&gt;@Leprechaun&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I end up getting an error report for 2 things.... one that says "error-3 occured at unidentified location" and an error -2147352567 at property node(arg2) then the excell insert chart and everything after that is mentioned. I also got rid of the node cause i don't really know what it was for.&lt;/P&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The error -3 is being displayed by the General Error Handler and is being caused by your DAQ configuration/code. What are you trying to do with the DAQ, and what data are you trying to save? It appears as if you're just saving one value (the mean), at each iteration, and trying to save it into a new worksheet. That doesn't make much sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:35:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227162#M521921</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2010-08-25T18:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227244#M521940</link>
      <description>&lt;P&gt;the plan is to put in the voltage and then to have this read the pressure and put that into the excel file as well as the voltage number that we put in&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 19:39:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227244#M521940</guid>
      <dc:creator>Leprechaun</dc:creator>
      <dc:date>2010-08-25T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Write to an Excel File</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227346#M521970</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/158063"&gt;@Leprechaun&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;the plan is to put in the voltage and then to have this read the pressure and put that into the excel file as well as the voltage number that we put in&lt;/P&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That makes absolutely no sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 21:30:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Write-to-an-Excel-File/m-p/1227346#M521970</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2010-08-25T21:30:43Z</dc:date>
    </item>
  </channel>
</rss>

