Accessing served models from Excel

Jeremy_E
New Contributor

Anyone know of an Excel plug-in (or code example) that would connect to a databricks serverd model for scoring and present results back in Excel?

Aknakshay
New Contributor II

I would create a python program to convert excel into csv or whatever format your model takes as input and use that input for the model. And vice versa. I can make it for you if you want 🙂