The table from Microsoft workbook/excel file contains more than 50k rows. Trying to retrieve the table data using Microsoft graph API (Get Table). Getting SystemOutOfMemoryErorr for table which contains more than 10K rows/records.
Now I decided to retrieve the data in chunk of 10k rows using worksheet api (Worksheet get range). For that trying to retrive the table range address like Sheet1!B1:R11 using microsoft graph table api, but here also I'm getting SystemOutOfMemoryErorr.
Is there any way to retrieve the table range address?
