Method: Axlsx::Styles#borders
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#borders ⇒ SimpleTypedList (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.
85 86 87 |
# File 'lib/axlsx/stylesheet/styles.rb', line 85 def borders @borders end |