Sign in to follow this  
KK_Ketan

Javascript Charts In Excel

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this