Method: Axlsx::SharedStringsTable#count

Defined in:
lib/axlsx/workbook/shared_strings_table.rb

#countInteger (readonly)

The total number of strings in the workbook including duplicates Empty cells are treated as blank strings

Returns:



16
17
18
# File 'lib/axlsx/workbook/shared_strings_table.rb', line 16

def count
  @count
end