Method: RubyXL::WorkbookConvenienceMethods#fills
- Defined in:
- lib/rubyXL/convenience_methods/workbook.rb
#fills ⇒ Object
Stylesheet should be pre-filled with defaults on initialize()
15 16 17 |
# File 'lib/rubyXL/convenience_methods/workbook.rb', line 15 def fills # Stylesheet should be pre-filled with defaults on initialize() stylesheet.fills end |