in reply to Help with Spreadsheet::WriteExcel::Chart

Is it possible that what you think should be set by the name is instead being set by categories? What is x1_range_formula?
  • Comment on Re: Help with Spreadsheet::WriteExcel::Chart

Replies are listed 'Best First'.
Re^2: Help with Spreadsheet::WriteExcel::Chart
by ag4ve (Monk) on Jan 24, 2011 at 12:19 UTC

    i suppose categories was my other question. i'm pretty sure i get what these functions are supposed to do and per the example here: http://search.cpan.org/dist/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel/Examples.pm#Example:_chart_stock.pl it should be possible to do what i want. i'm obviously just doing something wrong :) neither is being set to what i want. my spreadsheet looks like this

    x | date 1 | date 2 | date 3 | name | | | | data 1 | #### | #### | #### | data 2 | #### | #### | #### | data 3 | #### | #### | #### | | | | | name2 | | | | data 1 | #### | #### | #### | etc

    Spreadsheet::WriteExcel::Utility::xl_range_formula()