Error 41110 Occur When I Modify MS Office Parameter in Example Excel Report - Generate from Template

Updated May 20, 2024

Reported In

Software

  • LabVIEW
  • LabVIEW Report Generation Toolkit

Issue Details

In LabVIEW 2017 example Excel Report - Generate from Template, I want to modify the name of parameters to be written in the excel.
For example, change string 'date' to 'location' of  in my use.
 

 
But error -41110 occurs, why does this happen?
 

 

Solution

The reason you get this error is the name of this cell in excel does not cohere with the string value of  MS Office Parameter you specify in LabVIEW.
The principle of this API Append Report Text (str wrap).vi is to write value according to MS Office Parameter-Name value to position in excel where cell has the same name.
So for your case, you should modify the excel cell name and MS Office Parameter-Name to be the same, as red circle below.