Skip to content

Instantly share code, notes, and snippets.

@pykotechguy
Created July 17, 2014 10:39
Show Gist options
  • Select an option

  • Save pykotechguy/8e9ed68927a7edfe2c83 to your computer and use it in GitHub Desktop.

Select an option

Save pykotechguy/8e9ed68927a7edfe2c83 to your computer and use it in GitHub Desktop.
Exporting to CSV using Javascript
function exportSaveHtml(dhtml) {
window.open('data:application/csv;charset=utf-8,' + encodeURI(dhtml));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment