Monks,
I have the following formula to be copied from (11,2) to (11,13) using Win32::OLE. Please advice how to do it.
$worksheet->Cells(11,2)->{Formula} = "=STDEV(B3:B7)";
Also please give help pointers to know more on Perl Excel interface functions using win32::ole
Thanks