Method: Axlsx::Styles#cellStyleXfs
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#cellStyleXfs ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage styles is with add_style
The collection of master formatting records for named cell styles, which means records defined in cellStyles, in the workbook
91 92 93 |
# File 'lib/axlsx/stylesheet/styles.rb', line 91 def cellStyleXfs @cellStyleXfs end |