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.
19 20 21 |
# File 'lib/axlsx/workbook/shared_strings_table.rb', line 19 def unique_count @unique_cells.size end |