To download NI software, including the products shown below, visit ni.com/downloads.
Overview
Here is some example code that allows you to build and array and append it to an Excel file.
Description
This VI will generate an array of 10 random numbers and append it to a file in excel every second. After you stop the VI, open the Excel file named 'append' and you will be able to see your data. Excel cannot be open when this VI is running, otherwise you will get an error. Also, if you don't change the filename, the data is not cleared and will be overwritten.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.