im working on collecting, editing and uploading a excel file of format.xlsb in python and upload the edited file into sharepoint.
I don't want to save it locally, as the code should runs on Azure functions. im able to collect the excel file from sharepoint in binary and work on it, but i want to edit the excel and upload the edited one to the same path using python or pyspark.
Any ideas of editing and uploading the file, can we do it in anyway ?