Sure, what you can do is write to an io, format the excel file as you desire and then use dcc.send_bytes()
with your formatted excel file. All to the dcc.Download
.
Sure, what you can do is write to an io, format the excel file as you desire and then use dcc.send_bytes()
with your formatted excel file. All to the dcc.Download
.