speakers email field is added to pdf

This commit is contained in:
Your Name 2017-10-13 23:33:43 +05:30 committed by Naman Gupta
parent 5b7aa56f6b
commit 52a5cb2391
5 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
wb.use_shared_strings = true
wb.add_worksheet(name: 'events with comments') do |sheet|
bold_style = wb.styles.add_style( b: true )
bold_style = wb.styles.add_style(b: true)
cell_style = wb.styles.add_style(alignment: { wrap_text: true, vertical: :top })
row = ['Event ID',
'Title',