I am trying to develop an application which will work with an Excel sheet stored in OneDrive (Excel Online). I want to use flutter to add data into the excel sheet however I cannot find any APIs to do so. So far I only found the flutter excel package, however as per my understanding it is only used for local files.
I can download the file, update it and then reupload the file however, I would prefer everything to happen online. Is it possible to do so? I know flutter has a Google Sheets API is a similar thing available for Excel Online?