Python 有 Matplotlib 可以画图,Ruby 没有
我设想是否可以用 Ruby 调用 Excel 来画数据图
有没有人这么做过,怎么样一个思路好呢?
Matplotlib 看起来有点高级啊 不过我觉得调用 excel 来画还不如用 highcharts 这样的 js 来搞
highcharts +1
跑题太厉害。 回答楼主,可以。 http://rubyonwindows.blogspot.com/2008/06/automating-excel-creating-charts.html
可以调用 google 的 图表。
#3 楼 @xds2000 非常感谢,只是 mother-fucker 的 GFW,这个网页打不开...
#5 楼 @FenRagwort 翻。。。
#3 楼 @xds2000 win32ole 是在 win 下是可以,但是服务上是 linux 时,可以吗?
@ruby_sky 可以,不过就需要你研究代码了。 http://rubyforge.org/projects/spreadsheet https://github.com/harvesthq/simple_xlsx_writer
推荐 https://github.com/randym/axlsx 另外他有一个 rails 插件 https://github.com/randym/acts_as_xlsx