Is there a way to read an excel table in python - when the table you're reading is actually an excel table connected to SQL Server?
In theory - i'm asking if you can go from a data linked excel file to a python pandas dataframe, pd.read_excel() doesn't seem to work for this.