I am using the axlsx and axlsx_rails gem, I want to know if there is a way to set the chart (ex: Bar3DChart) size automatically.
Now I am using the "fixed" way using start_at
and end_at
sheet.add_chart(Axlsx::Bar3DChart, :start_at => "A1", :end_at => "M40")
Thanks