LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Replace [Rn,Cn] of a .csv (or other spreadsheet)

I'm doing a number of read/writes to a .csv file I know I CAN do it this way, but it seems really inefficient to open a file, replace a single Rn,Cn and rewrite the file to disk. Is there a way I could make a sub.vi to handle this more elegantly?

 

Replace Single Element.png

0 Kudos
Message 1 of 2
(2,261 Views)

Hi ate,

 

Open the file once, do all changes, store the CSV once...

 

You could use an AE for such tasks!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,258 Views)