Write Delimited Spreadsheet VI
- Updated2025-01-28
- 2 minute(s) read
Write Delimited Spreadsheet VI
Converts a 2D or 1D array of strings, signed integers, or double-precision numbers to a text string and writes the string to a new byte stream file or appends the string to an existing file. Wire data to the 2D data input or 1D data input to determine the polymorphic instance to use or manually select the instance.
Use this VI to transpose or separate data.

When you use this VI to write the data, the VI opens or creates the file before writing to it and closes it afterwards. You can use this VI to create a text file readable by most spreadsheet applications. This VI calls the Array To Spreadsheet String function to convert the data.