I am a system programmer and what i want to do is to send daily a csv file to a group of administrators by mail. They click on the attachment and it opens in Excel with a corresponding chart.
This means that all the code to generate the excel chart is embedded in the file. As this is a corporate usage, i suppose that i can only use strict Excel available tools.
Do you think that it is possible to do this ?
( I can't generate the graph first and send it because on the machine where the data comes from there is a very strict security restriction and we can't install extra software)