JoseCarreira2018
JoseCarreira2018
i am trying to figure out how write new rows, with this [https://learn.microsoft.com/en-us/graph/api/tablerowcollection-add?view=graph-rest-1.0&tabs=csharp](url) but i have a error with the format of the data. The example from mirosoft is confused...
@nickwb Thank´s for the help but i need it work on v5.12 in sample code from microsoft the problem is the format of the data was i want insert. There...
A workaround that work´s using sendasync : ` public async static Task AddInfoToExcel(string accessToken, string name, string address) { string endpoint = "https://graph.microsoft.com/v1.0/users/[email protected]/drive/items/01M45CPBPFYESLZSCWVFDI42ZKKPWQNNPD/workbook/tables/Tabela1/rows/add"; using (var client = new HttpClient()) {...