samuelalfred has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl script that creates an excel-file and adds a chart to the workboook by use of the add_chart_ext command. It works fine.
Then I compress the script into an executable using CAVA packager. The script it self works fine but when I create the Excel file I get an error message telling me that "Chart type 'External' not supported in add_chart()". How come it works when I run it as a perl file but not as an executable?
All hints on how this can be solved are highly appreciated!
|
|---|