office365api - Is there a way to programatically edit Office 365 Excel documents? -


i have update spreadsheet looks this.

enter image description here

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:

  1. office add-ins platform: https://dev.office.com/docs/add-ins/overview/office-add-ins
  2. 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
  3. excel services rest api (via sharepoint online): https://msdn.microsoft.com/en-us/library/ee556842(v=office.14).aspx
  4. microsoft graph rest api (excel objects in beta): https://graph.microsoft.io/en-us/docs/api-reference/beta/resources/excel

Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -