Method: Axlsx::Styles#dxfs
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#dxfs ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage styles is with add_style
The collection of non-cell formatting records used in the worksheet.
109 110 111 |
# File 'lib/axlsx/stylesheet/styles.rb', line 109 def dxfs @dxfs end |