LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

replacing specific rows in a spreadsheet

Solved!
Go to solution

It's actually just "Build Array." I'm building a one-element array so it will go into your "Write to Spreadsheet File" VI, because that's what it takes as input.

 

And, if you want to work on an existing spreadsheet or a blank template, you "Read from Spreadsheet File" into an array of rows, then apply this to fix the row you want, then rebuild the whole array, and write it back.

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
Message 11 of 12
(300 Views)

Thanks for your help Cameron, problem solved

0 Kudos
Message 12 of 12
(283 Views)