mickeyn has asked for the wisdom of the Perl Monks concerning the following question:
Hello fellow monks,
I use Win32::OLE to create excel file.
I create a chart object within my sheet using:
works!$chart->Location(xlLocationAsObject, "sheet1");
My question - how can I place the chart in a specific location within the sheet?
(x,y position or cell area are both good enough options).
Thanks,
Mickey
Back to
Seekers of Perl Wisdom