can we set sheet name for csv files (which opens in excel ).
843841Sep 21 2007 — edited Sep 24 2007Hi
I am using this
response.setHeader("Content-Disposition", "attachment; filename="Soprna.csv");
But it sets an invalid name for the excell sheet when we open that excel the excell sheet name it sets is
.csv]Soprna(1)
The square closing bracket ] is causing some issue for the users.
Could anyone tell me how to prevent this invalid name.
Thanks in advance.