javascript - How to give exported file name in safari browser -


exported html table xls file name of file unknown file.how customize name of exported file.

you set filename header in response performs download of said file:

filename="downloaded.xls"

see, how set name of file downloaded browser?


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -