Excel worksheet access example #446
Replies: 1 comment 7 replies
-
Hey @jacek-kurlit Workbooks is not included, or at least not yet. Thanks for reminding me about this though as I need to create a ticket for it. I have wanted to add it already but its a large undertaking. Basically the reason workbooks hasn't been added is because its a very very large set of APIs and the OpenAPI metadata document has a lot of issues or errors that would need to be manually reviewed and accounted for when generating the code. What will probably need to be done is to just do a limited subset of the APIs to start out with. I'll create the ticket and while I can't promise it will be done in a few weeks, APIs that need to be added are considered high priority. Can you tell if are you just looking to use the Worksheets APIs or are there other parts of the Workbooks APIs your using? Created #447 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I need to access data from excel. I have found API description to do so https://learn.microsoft.com/en-us/graph/api/worksheet-usedrange?view=graph-rest-1.0&tabs=http
but I cannot find any example how to do this with this crate.
Did I missed something or there is no such feature yet?
Beta Was this translation helpful? Give feedback.
All reactions