views:

186

answers:

0

All,

I have a power point file that has an embedded chart, I want to use C# to:

  • Load the power point file
  • Update the chart with data from the database
  • Create a new instance of the file and stream it to the client from a web page

Any advice