Does the default Export To Excel button always exports to .xls file?

0
Hi , Does the default "Export To Excel" button always exports to '.xls' file? As my client asks to always export to the newer ‘.xlsx’ file. Do i have make a custom microflow as explained here :  https://docs.mendix.com/howto/integration/using-the-excel-exporter/ or is there an easier way to impliment this?
asked
1 answers
0

Why should it be an .xlsx file? It is a plain sheet with data from one datagrid.

If you need a custom file extension you'd need to use the custom excel exporter.

answered