如何通过 Ruby gem 设置电子表格单元格的格式?
我正在使用以下电子表格 gem 从 ruby-on-rails 生成 Excel 工作表。 http://spreadsheet .rubyforge.org/GUIDE_txt.html
我想格式化一个单元格,以便我可以看到它的顶部和底部边框,但看不到任何其他边框。有没有人曾经做过这件事并且知道如何做?
http://spreadsheet.rubyforge.org/Spreadsheet/Format.html
- (对象) 边框=(布尔值) 激活或停用所有四个边框(左、右、上、下)。
- 函数设置页面上的所有边框或不设置边框。
I am using the following Spreadsheet gem to generate an excel sheet from ruby-on-rails.. http://spreadsheet.rubyforge.org/GUIDE_txt.html
I want to format a cell such that I can see it's top and bottom border, but not any other. Is there anybody who's been there and done that, and knows how to?
http://spreadsheet.rubyforge.org/Spreadsheet/Format.html
The - (Object) border=(boolean)
Activate or deactivate all four borders (left, right, top, bottom).
- function sets all or none of the borders on the page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这个怎么样:
How about this:
如果您要生成 excel,axlsx 和rails 插件acts_as_xlsx 可能是您最好的选择。
http://rubygems.org/gems/axlsx
If you are generating excel, axlsx and the rails plugin acts_as_xlsx is probably your best bet.
http://rubygems.org/gems/axlsx
以下是电子表格 gem 的一些示例。
参考:https://github.com/zdavatz/spreadsheet/ blob/master/lib/spreadsheet/format.rb
Here are a few examples with Spreadsheet gem.
Reference:https://github.com/zdavatz/spreadsheet/blob/master/lib/spreadsheet/format.rb
你好,我不确定,但这个宝石可能对你有帮助。
http://roo.rubyforge.org/
Hi I am not sure but this gem might be helpful to you.
http://roo.rubyforge.org/