Method: Axlsx::App#Company

Defined in:
lib/axlsx/doc_props/app.rb

#CompanyString

Returns The name of the company generating the document.

Returns:

  • (String)

    The name of the company generating the document.



20
21
22
# File 'lib/axlsx/doc_props/app.rb', line 20

def Company
  @Company
end