I want to write some data in an excel using python

so ive been searching for quite a while now how to add text to a excel file, i tried various modules with no success, i whould need some help

Did you try the openpyxl module? The basic approach would probably be
“load the spreadsheet”, “modify the contents”, “save the spreadsheet”.

See this:

https://pypi.org/project/openpyxl/

Cheers,
Cameron Simpson cs@cskk.id.au