in reply to Re: Excel::SpreadSheet : Can't call method "set_column" on an undefined value
in thread Excel::SpreadSheet : Can't call method "set_column" on an undefined value

Thanks i know but in worksheet method you can read sheets() and here it seems you can also use this method to get a sheet.
Probably i fall at this point?
  • Comment on Re^2: Excel::SpreadSheet : Can't call method "set_column" on an undefined value

Replies are listed 'Best First'.
Re^3: Excel::SpreadSheet : Can't call method "set_column" on an undefined value
by Anonymous Monk on Sep 23, 2004 at 11:35 UTC

    With sheets() you get a list (or one) existing worksheet, you can't use it to create one. (I guess)

    Try adding a worksheet, and then using the sheets() method, then it will probably work.