LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save in MS excel 95

Hello,

I have a matrix with strings and numbers. I want to save it in excel 95 format. How can I do that.

e.g.

q a b
c 1 3
d 2 4

thanks
0 Kudos
Message 1 of 3
(2,376 Views)
Hello Sai Kit,

have you tried to save this as csv-file? That's independent of any excel-version, you can even load it into your favorite text editor.
Have a look at the spreadsheet-vi's (file and string palette).

Best regards,
GerdW
Best regards,
GerdW


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

I don't know if you meant to do this, but your grid has chars and numerics in it. This is best accomplished as converting everything to a string and then writing the strings as a csv file as mentioned.

-Brett
0 Kudos
Message 3 of 3
(2,362 Views)