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
79 80 81 |
# File 'lib/axlsx/stylesheet/styles.rb', line 79 def fills @fills end |