Calculations on Excel

Hi,

I am relatively new to APIs and baserow, is there anyway to import baserow api to excel so that I can use formulas and calculations there? I’ve tried to do it manually but get error code 404 if I try to request using python requests.

Hi @labdulle,

What are you trying to do? Besides the HTTP API, Baserow also makes it possible to export a table as CSV that you could import in Excel. Would that work for you?

Hi,

Sorry for the inconvenience, I am trying to do calculations on excel and have the info updated on baserow when I use from excel. Is it possible?

To do that, you would need to integrate Baserow and Excel together through the API or some third-party application. Baserow can’t update data on its own from Excel.