Method: ExcelTemplating::DocumentDsl#organization
- Defined in:
- lib/excel_templating/document_dsl.rb
#organization(string) ⇒ Object
Define an organization for the workbook. May use mustaching.
81 82 83 |
# File 'lib/excel_templating/document_dsl.rb', line 81 def organization(string) @document_organization = string end |