in reply to Re: build multidimensional array from arrays
in thread build multidimensional array from arrays
$mda[0][0] = A; $mda[0][1] = B; so forth... $mda[1][0] = E; $mda[1][1] = F; so forth...
$ws->write(0, 0, \@mda); #writes all data into spreadsheet
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: build multidimensional array from arrays
by Not_a_Number (Prior) on Jan 29, 2004 at 19:10 UTC |