Overview
Coding that exemplifies how to insert images into an excel file.
Description
When you append images and data repeatedly in an Excel sheet, the images get overwritten instead of shifting down and then writing again. This vi gets the pixel size property from the image file and shifts the Excel sheet that many rows and then allows the next data to be written. Many things need to be changed in the block diagram to work on your system but there are notes on what to do.
Requirements
LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
1. Select the folder in which the Excel file will be saved.
2. Select the Run button.
3. When prompted, select an image to insert.
Additional Information or References
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.