In order to download the .xls file on MAC machine, we need to set following content type in the response object.
Response.AddHeader "Content-Disposition", "attachment;filename=" & strgroup & ".csv;"
Please note: “attachment;”
Ask our experts to solve your technical issues.
In order to download the .xls file on MAC machine, we need to set following content type in the response object.
Response.AddHeader "Content-Disposition", "attachment;filename=" & strgroup & ".csv;"
Please note: “attachment;”