|
|
|
@ -15,7 +15,7 @@ wb.styles do |s|
|
|
|
|
|
sheet.sheet_view.show_grid_lines = false
|
|
|
|
|
sheet_title = table_columns
|
|
|
|
|
sheet_title_c = sheet_title.count
|
|
|
|
|
sheet.add_row sheet_title, :style => bg_cell
|
|
|
|
|
sheet.add_row sheet_title, :style => bg_cell,:height => 15
|
|
|
|
|
sheet["J1:L1"].each { |c| c.style = bg_db }
|
|
|
|
|
sheet["M1:O1"].each { |c| c.style = bg_cc }
|
|
|
|
|
sheet["P1:Q1"].each { |c| c.style = bg_d2 }
|
|
|
|
|