Hello I’m trying to use ReadRange activity to retrive a information from a whole sheet from an .xlsx file.
Right now I’m facing an issue where the ReadRange activity (both using excel integration and workbook activities) only retrive information until row 62. I´ve tried copying the information to another file withouth formating and keeping only the raw data, just to see if the problem was the file but it keeps reading until row 62 after doing this. I’m certain it has no hidden or protected rows or sheets. I’ve also updated dependencies, tried reading the file in different computers and workflows and the result is the same. Also if I try to use a lookup range activity and search for a value beyond the row 62 it returns a null value. I’ve also tried reading other files and this problem is not showing up. I need the range to be set to read the whole sheet cause more information may be added in the future to this file. I cannot share a copy of this file cause it has sensitive information that cannot be shared.
No blank rows in the file all rows are full with info from the starting column A to the last column N only one of the rows has a couple of blank cells but it is the last very last one (228th row)
Range is set to read the whole sheet (“”) so that if needed one can add more data to it without needing to modify the code. The file has only one sheet, being the first one.
This may be a bit obvious, but could you check the file name as well, to Check if there are any other files that has the 64 rows data.
And Could you try writing the data to a different file after reading the excel file, so that we can just check if it contains the same data as that of 228 rows of data ?
I’m working on this project in two different machines the client’s which has studio 2020 version and on my personal laptop with studio 2021. I’m using nothing else than a excel application scope and a read range activities since I’m storing the info in a dt variable for later use on the wf. I’ve already reinstalled packages and updated dependencies on both devices. And I’ve also used different xaml files to verify this issue but the same output persist in both machines no matter the spreadsheet file format or the xaml files I use.