diff options
Diffstat (limited to 'lib/axlsx/stylesheet/cell_style.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/cell_style.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/stylesheet/cell_style.rb b/lib/axlsx/stylesheet/cell_style.rb index 20f88133..3d198afd 100644 --- a/lib/axlsx/stylesheet/cell_style.rb +++ b/lib/axlsx/stylesheet/cell_style.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Axlsx # CellStyle defines named styles that reference defined formatting records and can be used in your worksheet. # @note Using Styles#add_style is the recommended way to manage cell styling. |
