office365api - Is there a way to programatically edit Office 365 Excel documents? -
i have update spreadsheet looks this.
it's not hard @ all. go last line , enter need in appropriate columns. i'd automate this. first thing tried selenium webdriver results slow , hit , miss. next thing checked api it looks like there nothing excel.
i use selenium download file , use c# app modify excel file , reupload it. @ point though i'm wondering if google docs has easier solution.
so there way programatically modify excel online spreadsheet?
i'm aware of 4 options programmatically modify excel online via javascript or rest:
- office add-ins platform: https://dev.office.com/docs/add-ins/overview/office-add-ins
- excel services javascript api - ewa excel web access namespace (not updated in couple years): https://msdn.microsoft.com/en-us/library/hh315812(v=office.14).aspx
- excel services rest api (via sharepoint online): https://msdn.microsoft.com/en-us/library/ee556842(v=office.14).aspx
- microsoft graph rest api (excel objects in beta): https://graph.microsoft.io/en-us/docs/api-reference/beta/resources/excel
Comments
Post a Comment