At present the excel exporter datatable selection feature supports Array type but not list type.Excel export datatable selection should work with both list and Array type without any issues.
The file picker should allow the selection of .xlsx files. Once an Excel file is selected, decode it using the Excel.decodeBytes method from the excel package. Extract the headers from the first row ...