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
115 116 117 |
# File 'lib/axlsx/stylesheet/styles.rb', line 115 def tableStyles @tableStyles end |