Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Pulling .xlsx from Sharepoint and converting it to CSV in python script

I'm trying to pull an .xlsx file from Sharepoint and convert it to CSV in python by running a script. After the file would get converted to CSV, I have a script written to perform some data cleanup. ...