> "File error: data may have been lost."
This error is explained in Step 11 of the Methodology in the Chart documentation. You can also see how it is dealt with in the example files. The charting documentation isn't exhaustive but it is important to try to follow it as closely as possible.
> For instance, instead of being "download" it is, "#@$#awnload."
I can't reproduce this. Upgrade to the latest version of Spreadsheet::WriteExcel and see if the problem persists. If it does, see if you can post an example based on the bug_report.pl program in the examples directory of the distro.
John.You can just add a number of unique formats as suggested in the methodology section of the Charts documentation.
John.
--
How to set Excel chart axis labels or set the title with bold in perl?
Spreadsheet::WriteExcel uses a template mechanism to add charts. You have to create the type of chart that you want in Excel, extract that data and then add it to a Spreadsheet::WriteExcel file.
For more information see the Charts documentation and the example files in the charts directory of the distro.
John.
--