# File lib/chart-candy/helpers.rb, line 18
  def excel_chart_button(id, options={})
    ChartCandyTagHelper.new(self, id, options[:from], options[:to], options[:step]).excel_chart_button(options)
  end