I noticed an issue with 2020.2.5 (I think) whereby square brackets in Excel files were interpreted as lists and any content outside the brackets was discarded.
In your case, you could solve the issue by just having the indices in your columns, e.g. [13,0] in column digit1 and then use lists[digit1[0]][digit1[1]] to refer to the digit.