Overview
This example builds a 2D array of random numbers and writes this data to an Excel spreadsheet.
Description
After a 2D array is created, it is transposed so that instead of two rows of data, we have two columns of data. Then, it is written to an Excel file with the Append Table to Report VI.
Requirements
LabVIEW 2010 (or compatible), Report Generation Toolkit for Microsoft Office. Hardware: none.
Steps to Implement or Execute Code:
Additional Information or References:
**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.
Very usefull, thanks!