Method: Axlsx::Core#creator

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

#creatorString

The author of the document. By default this is 'axlsx'

Returns:

  • (String)


17
18
19
# File 'lib/axlsx/doc_props/core.rb', line 17

def creator
  @creator
end