http://qs321.pair.com?node_id=683590


in reply to Re: Using Win32::OLE and Excel - Tips and Tricks
in thread Using Win32::OLE and Excel - Tips and Tricks

I was looking at this tutorial, http://www.ngbdigital.com/perl_ole_excel.html. Is there a way that I can sort a column without knowing the lowest & highest range? Thanks.
  • Comment on Re^2: Using Win32::OLE and Excel - Tips and Tricks

Replies are listed 'Best First'.
Re^3: Using Win32::OLE and Excel - Tips and Tricks
by venkatulli (Initiate) on Jul 03, 2008 at 13:20 UTC
    Is there any way to define x-axis, y-axis and Chart titles, if i make chart object like $chart = $sheet->ChartObjects->Add(100, 100, 400, 300);