in reply to Re: insert into excel spreadsheet using win::ole excel object
in thread insert into excel spreadsheet using win::ole excel object

that worked great. thanks. i also tried this:

$worksheet->Cells(1,1)->{Value} = "foo";
  • Comment on Re: Re: insert into excel spreadsheet using win::ole excel object