small change for worksheet name
This commit is contained in:
parent
14743f682b
commit
f3e4275187
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
wb = xlsx_package.workbook
|
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)
|
heading = sheet.styles.add_style(:b => true, :locked => true)
|
||||||
example = sheet.styles.add_style(:i => true)
|
example = sheet.styles.add_style(:i => true)
|
||||||
|
|
Loading…
Reference in New Issue