Python in Excel for web
I have tried to find an answer that does Python in Excel work also in Excel for web with no luck. I have Python code which creates nice charts, but when data is changing Excel for web can’t create a new Plot. I’m using “Display Plot over cells” feature, so it that a problem and is there other solution that I could have a Python code to generate chart and it would be updated also in Excel for web when data updates?
I’m using usually following imports depending my needs if it affects on situation .
I have tried to find an answer that does Python in Excel work also in Excel for web with no luck. I have Python code which creates nice charts, but when data is changing Excel for web can’t create a new Plot. I’m using “Display Plot over cells” feature, so it that a problem and is there other solution that I could have a Python code to generate chart and it would be updated also in Excel for web when data updates?I’m using usually following imports depending my needs if it affects on situation .import pandas as pdimport matplotlib.pyplot as pltfrom wordcloud import WordCloudfrom collections import Counter Read More