Overview
This example VI demonstrates the method of building an array and write it to Excel.
Description
This example will take generated data (in this case random numbers) and build it into an array of finite columns and undetermined length. It gives the user the opportunity to manually delete individual elements and then when the program is done, it will write to a .csv file that can be opened from Excel.
Requirements
- LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Download the attached folder to your computer
- Open the VI " Build Array and Output to Excel 2012 NIVerified.vi".
- Edit code to generate determined data or leave it as random numbers.
- Run the VI.
Additional Information or References
VI Snippet

**This document has been updated to meet the current required format for the NI Code Exchange.**