luisbgomez Posted January 26, 2006 Report Share Posted January 26, 2006 Hi All, This should be simple. Any ideas on how to read an Excel file with csv extension using LabVIEW? I am stuck at reading the file using the read from spreadsheet file function. Thanks! Quote Link to comment
didierj Posted January 26, 2006 Report Share Posted January 26, 2006 Hi All,This should be simple. Any ideas on how to read an Excel file with csv extension using LabVIEW? I am stuck at reading the file using the read from spreadsheet file function. Thanks! It's what I would have said to use. Just define as separator a comma (instead of the default tab, since "csv" means "comma separated...") and you get a 2d-array with your data. With the index-array select the columns. ...just came to my mind: check that eventual values in your file do NOT have comma as decimal separtor... or you end up with comma as decimal AND element separator, and therefore with a big mess Quote Link to comment
luisbgomez Posted January 26, 2006 Author Report Share Posted January 26, 2006 Hi All,This should be simple. Any ideas on how to read an Excel file with csv extension using LabVIEW? I am stuck at reading the file using the read from spreadsheet file function. Thanks! Thanks! It didn Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.