Method: Axlsx::Styles#cellXfs
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#cellXfs ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage styles is with add_style
The collection of master formatting records. This is the list that you will actually use in styling a workbook.
103 104 105 |
# File 'lib/axlsx/stylesheet/styles.rb', line 103 def cellXfs @cellXfs end |