python-o365
python-o365 copied to clipboard
Modify a WorkBook
Greetings to the person responsible for reading this message.
I'm creating a code for process automation with exel, I really didn't want to send an issue for something like this but I can't find enough documentation.
What I want is to update the content of the cells, for my onedrive file. I also want to understand how to create a blank file using WorkBook but I don't know if it is mandatory that the file is in the cloud before being used.
You better check the ms graph docs to see if what you want is possible, then check if O365 implementation suits you (you can read the code in excel.py)
Not all the possibilities are yet implemented in O365.