<?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: replace data in spreadsheet in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996959#M445697</link>
    <description>you can use this vi to read data from excel and then can modified it using item put property.</description>
    <pubDate>Tue, 06 Oct 2009 05:29:30 GMT</pubDate>
    <dc:creator>LV_user1</dc:creator>
    <dc:date>2009-10-06T05:29:30Z</dc:date>
    <item>
      <title>replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996194#M445410</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to replace a data present at specific index in a spreadsheet file which already exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one way is to read the spreadsheet file replace the element and again write it to the file but the file in which i am writing&amp;nbsp;&lt;/P&gt;&lt;P&gt;will be having huge number of entries, so it would be difficult to go by this method,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone can suggest another method &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2009 07:48:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996194#M445410</guid>
      <dc:creator>shrekt</dc:creator>
      <dc:date>2009-10-05T07:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996207#M445414</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="noindex"&gt;&lt;/SPAN&gt;&lt;A id="display_8" style="color: #666666" href="http://forums.ni.com/t5/user/viewprofilepage/user-id/123052" target="_self" class="LinkDisplay active"&gt;&lt;SPAN&gt;shrekt&lt;/SPAN&gt;,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you should use ActiveX control. To access particular Cell that you want to update. &lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2009 08:05:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996207#M445414</guid>
      <dc:creator>Gak</dc:creator>
      <dc:date>2009-10-05T08:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996475#M445496</link>
      <description>&lt;P&gt;Is the spreadsheet file a binary Excel file or a tab separated text file?&amp;nbsp; If the former is the case, then you can use ActiveX.&amp;nbsp; If the latter, the complexity of the solution will depend on how regular the field width of your data is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field Width Constant&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is an easy case.&amp;nbsp; You can directly calculate the offset to the location in the file and simply overwrite it.&amp;nbsp; Make sure you overwrite with exactly the same field width.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Field Width Not Constant&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Search for the row first by searching for CR/LF pairs in the file.&amp;nbsp; Once you find the row, search for field separators (probably TAB) to find the field.&amp;nbsp; Find the start and the end of the field you want to overwrite, then overwrite the whole thing, but nothing more.&amp;nbsp; You can cache line position inforrmation as you go so that subsequent searches are much faster. &lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2009 14:17:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996475#M445496</guid>
      <dc:creator>DFGray</dc:creator>
      <dc:date>2009-10-05T14:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996950#M445690</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not that comfortable in using the activex, i have not studied it yet throughly,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to do it, can you suggest any examples for it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2009 04:46:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996950#M445690</guid>
      <dc:creator>shrekt</dc:creator>
      <dc:date>2009-10-06T04:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996959#M445697</link>
      <description>you can use this vi to read data from excel and then can modified it using item put property.</description>
      <pubDate>Tue, 06 Oct 2009 05:29:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/996959#M445697</guid>
      <dc:creator>LV_user1</dc:creator>
      <dc:date>2009-10-06T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/997864#M446016</link>
      <description>One more example</description>
      <pubDate>Wed, 07 Oct 2009 03:55:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/997864#M446016</guid>
      <dc:creator>Gak</dc:creator>
      <dc:date>2009-10-07T03:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/997907#M446029</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To write to an excel sheet, following VI can also be used. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2009 06:59:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/997907#M446029</guid>
      <dc:creator>Somil</dc:creator>
      <dc:date>2009-10-07T06:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: replace data in spreadsheet</title>
      <link>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/997919#M446033</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your support, I am working on it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2009 07:41:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/replace-data-in-spreadsheet/m-p/997919#M446033</guid>
      <dc:creator>shrekt</dc:creator>
      <dc:date>2009-10-07T07:41:57Z</dc:date>
    </item>
  </channel>
</rss>

