Skip to content

Instantly share code, notes, and snippets.

@barunthapa
Created July 22, 2013 09:53
Bad sliced sheets
CSV.open("bad_sliced_sheets_22july.csv", "w") do |csv|
csv << ['Sheet Id', 'Sheet url']
Sheet.bad_sliced.each do |sheet|
csv << [sheet.id, sheet.image_url]
print '.'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment