Method: Axlsx::SharedStringsTable#count
- Defined in:
- lib/axlsx/workbook/shared_strings_table.rb
#count ⇒ Integer (readonly)
The total number of strings in the workbook including duplicates Empty cells are treated as blank strings
16 17 18 |
# File 'lib/axlsx/workbook/shared_strings_table.rb', line 16 def count @count end |