25-09-23 08:57 AM
Hello Team
We have one issue from collection --where writing the data in to excel from collection using the loop record by record. We miss some of the rows in writing to the excel. For example we have 80000 rows in collection after writing in to the excel we only get 60000 where we are missing 20000 hence sum of the column total value is not correct. So Please let us know if you have any idea or faced this kind of situation.
Thanks in advance..
25-09-23 09:39 AM
Hi @KK - I would recommend to take the other approach as people did in the past - if there are higher volume of records - use CSV Text file approach -
You can customise this action in your extended MS Excel object(Record Macro - try replicating the Import CSV - copy the code and compare with Import CSV action in MS excel VBO to add the extra params)