small change for worksheet name

This commit is contained in:
Harry Bomrah 2015-12-14 20:20:48 +08:00
parent 14743f682b
commit f3e4275187
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
wb = xlsx_package.workbook
wb.add_worksheet(name: "Journal Paper") do |sheet|
wb.add_worksheet(name: "Research") do |sheet|
heading = sheet.styles.add_style(:b => true, :locked => true)
example = sheet.styles.add_style(:i => true)