Hello,I have API call which would take excel file ( input file ) as body resource to process.
Input file is created from raw API get calls which eventually does HTTP request to get output resource file.
Now my concern is input xlsx file has huge number of records like around 40k. I need to split in sizes of like 5k each and send to HTTP call. Can someone give me a logic were I can split this exel file.
This copies only 5k records. Thing is I have 40000 records, when I use write range I need to add 5k records in 8 different excel files with different names ( Eg Book1…Book8.xlsx).