Skip to content

Instantly share code, notes, and snippets.

@shawndumas
Created August 24, 2013 22:39
Show Gist options
  • Save shawndumas/6330804 to your computer and use it in GitHub Desktop.
Save shawndumas/6330804 to your computer and use it in GitHub Desktop.
window.open(
'data:text/csv;charset=utf-8,' +
encodeURIComponent(' \
one,two,three \n\
1,2,3 \n\
4,5,6 \n\
')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment