How do I create graphs in Perl on Windows?

前端 未结 15 767
天涯浪人
天涯浪人 2020-12-31 12:28

How do I use Perl to create graphs?

I\'m running scheduled job that creates text reports. I\'d like to move this to the next step (for the management) and also crea

15条回答
  •  死守一世寂寞
    2020-12-31 13:03

    If you're set on doing this in MS Office you can use the Win32::OLE module to control Excel via OLE. Be warned, that this tends to run slowly and it can be difficult to find documentation for Excel's API. On the plus side, it allows you to do pretty much everything that you can do manually.

提交回复
热议问题