Hello everyone,
I have the following situation:
My dashboard performs some data processing based on multiple input parameters. The output is a datatable.
I want my users to be able to download the resulting datatable as xlsx. Nothing special so far. But…
I would like to attach some extra information to the excel file. E.g. a timestamp and values of the input parameters.
Is there a simple way to do that? I haven’t found any information on that. Is it at least possible to define a name other than ‘Data.xlsx’ for the excel file?
I can imagine having some hidden columns in the datatable where I would store all the other information but it does not feel like an elegant solution. Any advice?