Method: Axlsx::App#characters_with_spaces

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

#characters_with_spacesInteger Also known as: CharactersWithSpaces

Returns The number of characters in the document including spaces.

Returns:

  • (Integer)

    The number of characters in the document including spaces.



108
109
110
# File 'lib/axlsx/doc_props/app.rb', line 108

def characters_with_spaces
  @characters_with_spaces
end