Method: Axlsx::Styles#borders

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

#bordersSimpleTypedList (readonly)

Note:

The recommended way to manage styles is with add_style

The collection of borders used in this workbook Axlsx predefines THIN_BORDER which can be used to put a border around all of your cells.

Returns:

  • (SimpleTypedList)

See Also:



86
87
88
# File 'lib/axlsx/stylesheet/styles.rb', line 86

def borders
  @borders
end