Last Updated: February 25, 2016
·
9.193K
· isakb

Download JavaScript array as Excel CSV file

A quick and easy way to directly in the browser convert a JavaScript array into a CSV file that can be opened in all versions of MS Excel with correct encoding etc: http://jsfiddle.net/isak_b/hp6fj/

(Excellent for all your JavaScript-powered big data projects.)