Excel Export

2
Hi Dawgs, I have a requirement where I need to export a few fields from Mendix to Excel. I’m using excel exporter module to achieve this but whereas more attributes are  boolean type i need those attributes to be  a dropdown in excel after the export. The users will fill data in the sheet that i exported and upload it back to mendix. so using a dropdown for boolean makes more sense than just exporting it as free text. Is there any possible solution to achieve this ?  Thanks in advance!
asked
1 answers
1

Hi Sanjeev,

 

The Mendix excel export module cannot specify that an excel input field to be a dropdown. You will have to specify this directly into excel.

Alternatively, you will have to go the route of trying to achieve this in Java which might proof to be difficult.

answered