-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with values field for xlsx file using golang SDK #473
Issue with values field for xlsx file using golang SDK #473
Comments
To simplify this - would it be possible to know if there is another method of serialization needed for the Jsonable type to get the results stored in |
Any follow up on this? Just wanted to see if this issue can be resolved. Thank you! |
Hi @archit-bedrock, Thanks for highlighting this issue. The reason you are unable to access the data from the result object stems from an issue with how kiota, an automated code generator responsible for generating this sdk, interprets what should be "generic Json objects" as an actual struct and generates the code for it. There is an issue in code generator and once resolved the |
Thanks @rkodev for the response! Is there a timeline I can expect to have this issue resolved. Thanks again |
@rkodev Just wanted to follow up. Is there an estimate on when I can expect this issue to get resolved? |
Hi @archit-bedrock , thanks for the patience. We have some tests in progress to enable access of this data as the changes are being worked out in the code generator |
I still am facing this issue. I am getting empty values in the go sdk but when I make an API call, I cam able to see the values |
Hi,
I'm trying to get values from an xlsx file using the golang SDK. This is how I'm constructing the builder -
and this is how I'm trying to get the
values
field.I tried this on the graph explorer UI and the
values
field is correctly populated for the xlsx file.The cell count and column hidden field show up using the SDK, but the values field always returns an empty result. Is there something I need to do differently to get the values field?
Thanks so much!
The text was updated successfully, but these errors were encountered: