Hi,
In previous version, I usually left the field ‘Range’ to be blank to capture the whole spreadsheet.
But when the UiPath.System.Activities is updated to 21.10.0, it’ll capture data of first row and first column only if the field ‘Range’ is blank. I checked by datatable.Rows.Count and datatable.Columns.Count, the result of both are 1.
The result came back to normal if I specified the range or just typed ‘A1’.
Would you please check the issue?