exports are made to be wrap_text

This commit is contained in:
Naman Gupta 2017-11-08 00:49:03 +05:30
parent 6c8ebe586c
commit 2e07462d77
6 changed files with 10 additions and 5 deletions

View file

@ -37,5 +37,6 @@ wb.add_worksheet(name: 'events with comments') do |sheet|
row << event.state
row << all_comments.strip
sheet.add_row row, style: cell_style
sheet.column_widths 10,15,35,13,18,18,28,12,15,15,15,10
end
end