I'm generating *.xlsx
files using axlsx_rails
based on xlsx gem.
I'm setting height for single row like this:
sheet.add_row [1,2,3,4,5,6], :style => predefined_style, :height => 14.3
How could I set height for a batch of rows, and if it possible, which declaration has higher priority?