in reply to inserting a perl array into an Excel doc with OLE
$sheet1 -> Range("A1:D4") -> {Value} = [@average_values_table];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: inserting a perl array into an Excel doc with OLE
by Anonymous Monk on Oct 11, 2008 at 08:23 UTC | |
by drodinthe559 (Monk) on Aug 03, 2009 at 21:52 UTC | |
|
Re^2: inserting a perl array into an Excel doc with OLE
by HelenCr (Monk) on Jan 13, 2013 at 14:28 UTC |