Range borders in Excel
Hi,
Trying to add a simple Border around a table in Excel using Graph.
i tried multiple combinations from API docs but i cant get it to work 😞
any help would be greatly appreciated.
Trying this command (i know its not documented on the api page, but almost non of them are when it comes to sharepoint access)
Hi, Trying to add a simple Border around a table in Excel using Graph. i tried multiple combinations from API docs but i cant get it to work 😞 any help would be greatly appreciated. Trying this command (i know its not documented on the api page, but almost non of them are when it comes to sharepoint access) $url= “https://graph.microsoft.com/v1.0/drives/{drv}/items/{id}/workbook/worksheets/sheet1/range(address=’B3:C4′)/format/borders(edgeLeft)” pushing this simple body $body='[{“color”:”#000000″,”style”:”Continuous”,”weight”:”Medium”}]’ getting a BadRequest Back… i’m sure its a small detail i’m missing…. Read More