Method: Axlsx::SharedStringsTable#unique_count
- Defined in:
- lib/axlsx/workbook/shared_strings_table.rb
#unique_count ⇒ Integer
The total number of unique strings in the workbook.
20 21 22 |
# File 'lib/axlsx/workbook/shared_strings_table.rb', line 20 def unique_count @unique_cells.size end |