# File lib/chart-candy/builder/xls_builder.rb, line 6 def self.chart_to_xls(chart) xls = self.new(chart) xls.generate return xls.workbook end