I'm trying to set a background color for a cell and a row and am using the 'google_drive' gem. It looks like that the 'spreadsheet' gem does have this option
format = Spreadsheet::Format.new :color=> :blue, :pattern_fg_color => :yellow, :pattern => 1
if the 'google_drive' gem also has this option, please let me know!
Thanks in Advance.