Method: Writexlsx::Workbook#style_properties
- Defined in:
- lib/write_xlsx/workbook.rb
#style_properties ⇒ Object
578 579 580 581 582 583 584 585 586 587 588 589 590 |
# File 'lib/write_xlsx/workbook.rb', line 578 def style_properties [ @xf_formats, @palette, @font_count, @num_formats, @border_count, @fill_count, @custom_colors, @dxf_formats, @has_comments ] end |