I have a need to copy an MS Excel chart into a web site. The users would like to take a chart that they've generated in Excel and copy and paste that into some kind of control and hit save. They don't want to save and then upload files. The eventual output will not be the web, instead a crystal report.
My initial thoughts are to find some kind of third party control that shouldn’t convert my Excel content into HTML, but instead allows me to save that content as binary data in SQL Server. But this is new ground to me and I would like to seek the input of the experts!
Thanks!