Darkwing has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
in Excel, you can specify background pictures for sheets. Several explanations how to do this manually in a running Excel can be found (example: https://www.youtube.com/watch?v=BcS7KvEhVMc). Is there a way to create an Excel file having a specified background picture using perl?
Actually, i generate Excel files with Spreadsheet::WriteExcel and Excel::Writer::XLSX, both providing methods to set the background color but no method to set a background picture.
DW
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Excel: is there a way to set a background picture using Perl?
by davies (Monsignor) on Feb 19, 2019 at 12:19 UTC | |
by Darkwing (Scribe) on Feb 21, 2019 at 07:27 UTC | |
|
Re: Excel: is there a way to set a background picture using Perl?
by thanos1983 (Parson) on Feb 19, 2019 at 10:33 UTC | |
by Darkwing (Scribe) on Feb 21, 2019 at 07:29 UTC |