I want to modify a string in a xlsx file using xlrd and xlutils.
There were solutions, one from stackoverflow and other from YouTube for xls files.
However, these solution works only for xls format. I tried using these for xlsx format but that corrupts the file.
Are there solutions when using the xlsx file? Or should I use other packages to solve this?
-Best Regards