I am working on developing add-in which business users will use to interact with enterprise apps. User can have thousands of records in excel sheet in table, we need to call backend API, want to do it iteratively by n (say equal 100 rows), is there a way to load only n number of rows in proxy object or it's fine to load all rows, what if number of rows are really large, like 200k, wont that cause memory issue?