Update excell sheet via python script
ibrahimrustemov
Registered Posts: 1 ✭
Hi folks,
I want to update specific cells in an Excel sheet using openpyxl.load_workbook
in Python. When I run the code, I don’t encounter any errors, but nothing gets updated in the file. How can I solve this problem? Thanks in advance.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,160 Neuron
Please post your code using a code block (the </> icon).