Writing Data from LabVIEW to Different Worksheets of Excel

Updated Aug 31, 2026

Reported In

Software

  • LabVIEW
  • LabVIEW Report Generation Toolkit

Issue Details

I want to log data from LabVIEW to different worksheets of an Excel file. How can I do this?

Solution

One way to save data coming from LabVIEW to different worksheets of an Excel file is to use the Excel Add Worksheet.vi that is part of the Report Generation Toolkit.

The image below it is exemplified and explained this approach:

Note that the number of worksheets, the data in each worksheet and the name of the worksheet can be defined programmatically for each one. 

Additional Information

There are also several ways to export LabVIEW data to Excel without the Report Generation Toolkit.