Method: Axlsx::Styles#cellStyles
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#cellStyles ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage styles is with add_style
The collection of named styles, referencing cellStyleXfs items in the workbook.
97 98 99 |
# File 'lib/axlsx/stylesheet/styles.rb', line 97 def cellStyles @cellStyles end |