Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Progress bar while reading array?

$
0
0
Hi,
I have 5sec of nothing happening on screen while script read 123080 rows of xlsx file.
[ autoit ]      
#include <Excel.au3> $begin = TimerInit() $Log= @ScriptDir & "\data.xlsx" $oExcel = _ExcelBookOpen($Log, 0) $aArray = _ExcelReadSheetToArray($oExcel, 1, 1, 0, 1) $Max = $aArray[0][0] $dif = Round((TimerDiff($begin)),0)/1000 MsgBox(0, "Time of Reading", $dif & " sec" & " for " & $Max & " rows") _ExcelBookClose($oExcel, 1, 0) $oExcel.Application.Quit Exit
How to fill that gap? Any suggestion or idea will be useful.

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>