Is it normal for the read of an excel file to be slow? I am reading in a string of about 80-100 words and sometimes it can take up to a minute. The excel file is 2.5 MB
I fixed my problem by deleting the first row everytime Im done with it. So now I create a excel file, everytime script works on first row, it deletes it and second row becomes first one and works like that.