You can add worksheets, use Vlook, add rows, or update row data.
Prepare to connect to Microsoft
I want to get table range or add or update table row without any code
I want to use an advanced integration: Vlookup, add worksheet
GET https://graph.microsoft.com/v1.0/users/{user-id}/drives
This call will list all the drive data for a specific user.
https://graph.microsoft.com/v1.0/me/drive/items/DRIVE_ITEM_ID/workbook/worksheets/
https://graph.microsoft.com/v1.0/drives/DRIVE_ID/items/DRIVE_ITEM_ ID/workbook/worksheets/WORKSHEET_NAME/range(address='RANGE')
Tip: The worksheet name is the name of the current tab Provide the range in the format of A1:A1 (it defines the cell or cells containing VLOOKUP formula)
$.text[0][0]