Martin Machacek
Martin Machacek
Could we also mention in the contributing guide that when creating a new command, it is necessary to check if the `dictionary` in **eslint.config.mjs** contains all the words from the...
Merged manually. Thank you
Hi @martinlingstuyl, could you please check and resolve conflicts?
We can wait and revisit this issue after full migration to Zod.
Hi @martinlingstuyl, could you please resolve conflicts?
Hi @martinlingstuyl will you have time to resolve the conflicts?
There are more issues related to workbook API: https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues?q=is%3Aopen+is%3Aissue+workbook Not supported, but they are working on it.
The Graph API itself is huge and there is a lack of people that can maintain SDKs. It's fulltime job and even if the community can help, we don't have...
@gotmike Try the latest version of SDK. The result of `await _graphClient.Drives[drive.Id].Items[itemId].Workbook.Names[rangeName].GetAsync()` should now contain properties like Values, Text, Formulas, etc.
Use double encoded ampersand `"contains(title, '%2526')"`