Method: Axlsx::Workbook#use_shared_strings
- Defined in:
- lib/axlsx/workbook/workbook.rb
#use_shared_strings ⇒ Boolean
When true, the Package will be generated with a shared string table. This may be required by some OOXML processors that do not adhere to the ECMA specification that dictates string may be inline in the sheet. Using this option will increase the time required to serialize the document as every string in every cell must be analzed and referenced.
72 73 74 |
# File 'lib/axlsx/workbook/workbook.rb', line 72 def use_shared_strings @use_shared_strings end |