in reply to Re: Copying data sets of varying size into excel using OLE
in thread Copying data sets of varying size into excel using OLE
Thanks Corion.
My data looks like this (an example from the web), is there a way to process the array data in the manner described (by matching cells with array elements)?
Thanks for the help.
my $range = $sheet -> Range("A2:C7");</p><p> $range -> { Value } = [['Delivered', 'En route', 'To be shipped'], [504, 102, 86], [670, 150, 174], [891, 261, 201], [1274, 471, 321], [1563, 536, 241]];
Code tags added by GrandFather
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Copying data sets of varying size into excel using OLE
by Corion (Patriarch) on Sep 08, 2010 at 17:59 UTC | |
|
Re^3: Copying data sets of varying size into excel using OLE
by dasgar (Priest) on Sep 08, 2010 at 18:14 UTC | |
by Anonymous Monk on Sep 08, 2010 at 20:52 UTC | |
by ww (Archbishop) on Sep 08, 2010 at 22:25 UTC | |
by Anonymous Monk on Sep 09, 2010 at 16:39 UTC |