H
hansioux
Hi,
This is probably not an "perl" question, but I am writting this in perl,
so I gave it a shot.
I have created a excel spreadsheet using the Win32:le..
I am trying to create a excel chart,
but instead of charting column A all the way through column J
I just want to chart column A and column J.
$Range = $Sheet->Range("A1:J10")->Select(); only gives the whole thing.
Unfortunately, this is the only kind of examples I can find on the web.
Now, I know I can copy and paste this two columns together on to a new
sheet, but that kind of defeats the purpose.
Please give me a pointer, thanks!
This is probably not an "perl" question, but I am writting this in perl,
so I gave it a shot.
I have created a excel spreadsheet using the Win32:le..
I am trying to create a excel chart,
but instead of charting column A all the way through column J
I just want to chart column A and column J.
$Range = $Sheet->Range("A1:J10")->Select(); only gives the whole thing.
Unfortunately, this is the only kind of examples I can find on the web.
Now, I know I can copy and paste this two columns together on to a new
sheet, but that kind of defeats the purpose.
Please give me a pointer, thanks!