LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I substitute a string of a file in LabVIEW?

Hello,
I am trying change datas of a template file but I am can't. I can change just the fist data. Could somebody please help me?
Thanks, Jota.
Download All
0 Kudos
Message 1 of 2
(2,366 Views)
You're never going to be able to read a native Excel file with the Read Characters From File function. If you want to save the file in text format (i.e. comma or tab separated data) then you can use Read From Spreadsheet File. To read native .xls, you're going to have to use ActiveX. Search the forum for Excel and you'll find lots of examples.
Message 2 of 2
(2,366 Views)