Reading from Spreadsheet Files
Complete the following steps to read from a spreadsheet file.
- Add the Read Delimited Spreadsheet VI to the block diagram.
Add Find
- Select the polymorphic instance of the Read Delimited Spreadsheet VI that corresponds to the type of data you want to read from the spreadsheet file.
- Create a relative path to the file from which you want to read data.
- Wire the appended path output to the file path input of the Read Delimited Spreadsheet VI.
- Right-click the all rows output and select Create»Indicator.
- Run the VI. LabVIEW returns the data from the spreadsheet file in the all rows indicator.