readexcelsheet function was taking only first 250 columns in uploaded template

Certified Senior Developer

when trying to upload a template with 500 lines of data the readexcelsheet function was calling in interface to read those 500 lines in that only first 250 lines was fetching the function other 250 was not reading tried providing paging info too but still same only first 250 lines was reading 

Could you please confirm what could be the reason for this issue

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Shubham Aware

    means after uploading excel with 501 rows of data and after validating(readexcel completed) from those 501 first defined 250 was showing as valid data and second set of 250 is showing as invalid data even though the data is valid i tried swapping first set of data to second set and vice versa whatever the data that i gave first in 250 that data alone showing as valid rest other showing as invalid

Children