Generate Excel file with stand-alone scriptOverview
I needed to grab a days records from MySQL, generate an Excel Spreadsheet and then email it as an attachment. The sales_lead script is to be run by a cron. This requires the 'spreadsheet-excel' gem. (gem install spreadsheet-excel)
NEW
Fixed some bugs.
Generate Excel file with stand-alone scriptInformation