Method: Axlsx::Styles#fills
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#fills ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage styles is with add_style
The collection of fills used in this workbook
78 79 80 |
# File 'lib/axlsx/stylesheet/styles.rb', line 78 def fills @fills end |