KK_Ketan Report post Posted April 27, 2012 Do we have any functionality to implement javascript charts inside excel and OWC excel component?? If you have any your/third party solution ...let me know ... Share this post Link to post Share on other sites
Sanjukta Report post Posted April 30, 2012 Hi, Apologies for the delay. Please note that natively FusionCharts does not support rendering JavaScript charts in Excel, as of now. However, it would only work with a tricky work-around, if Macros are enabled. First, please create a HTML file which will render JavaScript chart, then, add "Microsoft Web browser", by going to Developer Ribbon Tab >> "Insert" >> "More Controls" >> "Microsoft Web browser" and once added, add button in to the same sheet and on Button Click event, code the following: Call Sheet1.WebBrowser1.Navigate2("{html file name}") Hope this helps. Share this post Link to post Share on other sites