613x
003962
2023-02-09

KB 001790 | Using WebService API in Conjunction with EXCEL and Python

Do you often use EXCEL? Spreadsheet programs are very popular with engineers. They allow you to simply automatize your calculations and quickly output the results. The connection of EXCEL as a graphical user interface and the WebService API is therefore an obvious choice.
By using the free xlwings library for Python, you can control EXCEL, and read and write values. How exactly does that work? We explain it to you here, using an example.