Method: Axlsx::App#words

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

#wordsInteger Also known as: Words

Returns The number of words in the document.

Returns:

  • (Integer)

    The number of words in the document.



60
61
62
# File 'lib/axlsx/doc_props/app.rb', line 60

def words
  @words
end