Method: Axlsx::Styles#tableStyles
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#tableStyles ⇒ SimpleTypedList (readonly)
Note:
The recommended way to manage styles is with add_style
The collection of table styles that will be available to the user in the excel UI
116 117 118 |
# File 'lib/axlsx/stylesheet/styles.rb', line 116 def tableStyles @tableStyles end |