Hello everyone, i had an excel file with 450 rows and 9 columns, and using _ExcelReadSheetToArray() takes about 30 seconds to read to array, which i found very time consuming!
So i rewrote the code and now i can read to array the same file in less than 1 second.
So i decided to share here!
The new code:
#include <Excel.au3>
; #FUNCTION# ====================================================================================================================
; Name...........: _ExcelRe