Method: Axlsx::Styles#fills

Defined in:
lib/axlsx/stylesheet/styles.rb

#fillsSimpleTypedList (readonly)

Note:

The recommended way to manage styles is with add_style

The collection of fills used in this workbook

Returns:

  • (SimpleTypedList)

See Also:



78
79
80
# File 'lib/axlsx/stylesheet/styles.rb', line 78

def fills
  @fills
end