Ruby, csv and excell files

Tuesday, January 19th, 2010

Classic problem, you need to generate some kind of backup file for your data in your application. Knowing Excell is as closed a format as the vaults of the CIA unless you sell your soul, you run for csv. You find the gem Faster CSV, generate your data, export, .... and open ...