python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to attach newly created .xlsx file to record?
class MyLog < ApplicationRecord
has_one_attached :xlsx_file
end
I create .xlsx file as email attachments:
xlsx = render_to_string layout: false, template: "dir/template"
xlsx_base64 = ...
aaltw
Votes: 0
Answers: 1
legend color are not proper showing in axlsx stacked bar chart
I'm working on the xlsx chart generation and for that using axlsx gem.I'm looking for the option to show correct legend (label) color. right now, not showing correct color in stacked Bar chart. Please...
Hardika Desai
Votes: 0
Answers: 0