-
-
Notifications
You must be signed in to change notification settings - Fork 370
Range method returns null #987
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggraphGraphClient, Outlook, Teams, Planner, OneNoteGraphClient, Outlook, Teams, Planner, OneNoteonedriveOneDrive API, SharePoint REST v2 API Excel/workbooks, OneDrive personalOneDrive API, SharePoint REST v2 API Excel/workbooks, OneDrive personal
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggraphGraphClient, Outlook, Teams, Planner, OneNoteGraphClient, Outlook, Teams, Planner, OneNoteonedriveOneDrive API, SharePoint REST v2 API Excel/workbooks, OneDrive personalOneDrive API, SharePoint REST v2 API Excel/workbooks, OneDrive personal
Hello,
Name: Office365-REST-Python-Client Version: 2.6.2
I have started using GraphClient lately for API connection and run into issue with 'range' method.
This works as expected returning array. But any interaction with
rangemethod returnsnullResult
nullAmending code
print(range)returnsSheet1!1:1048576I have followed example here
Can you please advise if its user error or a bug.
Thank you,
Michal