我想使用电子表格 gem 来设置我的 Excel 表格的样式。
我想让我的桌子在我的视图中看起来像这样:
这是我的格式化代码:
header_format = Spreadsheet::Format.new :color => :black,
:weight => :bold,
:size => 10
文档: http ://spreadsheet.rubyforge.org/files/GUIDE_txt.html
我可以使用电子表格 gem还是只需要使用标准颜色?