Hi All,
I have a script that does the following :
-
Access a maibox
-
Save attachments(Top 1)
-
Check for .xls in the attachments
-
Process the .xls ( multiple read cells and write cells ) / Compare to another excel sheet
I am looking for ways to optimize the execution time , currently it take about 2 mins to execute. How do I optimize the execution / Which of these operations should I focus for optimization.