Using Static Data for Excel Exporter Module

0
I am using the XLS Report module for exporting Mendix data to Excel. My Mendix version is 10.12.4. I currently am trying to create a no data excel template with just static headers so that a user can download a template easily. My configuration of the worksheet is below. However, when I click create report I get an error "The document can't be created, because there aren't any columns to export". Is there anyone that know how to fix this problem?  
asked
1 answers
0

You will need to map at least one attribute as column data. Otherwise you will not be able to run the report, unfortunately..

answered