Charting Real Time Data in Excel
I've previously written about getting real time data (RTD) into Excel using Python. In this post I'm going to chart that data as it arrives in Excel. Think real-time stock price updates. The steps required to get this working are: Install Python and PyXLL. Write a Python function to get the real time data and …