Hi,
I want to save data in a html table in the .csv format. I am able to save the data in a normal text file by using the command
I want to save the same in .csv format.
Thanks
I want to save data in a html table in the .csv format. I am able to save the data in a normal text file by using the command
Code:
<button onclick="javascript:document.execCommand('SaveAs','1','FraudReport.txt')">Click to save</Button>
Thanks
Comment