Reading from Spreadsheet Files

Complete the following steps to read from a spreadsheet file.

  1. Add the Read Delimited Spreadsheet VI to the block diagram.

     Add  Find
  2. 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.
  3. Create a relative path to the file from which you want to read data.
  4. Wire the appended path output to the file path input of the Read Delimited Spreadsheet VI.
  5. Right-click the all rows output and select Create»Indicator.
  6. Run the VI. LabVIEW returns the data from the spreadsheet file in the all rows indicator.