MSOParseExcelFile takes longer while parsing large excel content
Using MSOParseExcelFile OOTB activity to parse excel contents and map it to clipboard.
When there are more records > 10.000 rows in excel , system takes more than 5 mins to parse the file.
Analysed with PLA to identify the step taking more time. Observed that Java Step-3 which calls OOTB functions for parsing taking more time.
Is there any way to optimise the java execution ?
Thanks in Advance.
***Updated by Moderator: Vidyaranjan| Included Categories***