Method: Axlsx::SharedStringsTable#unique_cells
- Defined in:
- lib/axlsx/workbook/shared_strings_table.rb
#unique_cells ⇒ Object (readonly)
An array of unique cells. Multiple attributes of the cell are used in comparison each of these unique cells is parsed into the shared string table.
27 28 29 |
# File 'lib/axlsx/workbook/shared_strings_table.rb', line 27 def unique_cells @unique_cells end |