python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

Modify a WorkBook

Open ismaelxyz opened this issue 2 years ago • 1 comments

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.

ismaelxyz avatar Aug 25 '23 15:08 ismaelxyz

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.

alejcas avatar Oct 19 '23 07:10 alejcas