'Gspread library function worksheet.findall('string') isn't working properly

I Was wondering if anyone using gspread for google sheets api. When I run worksheet.findall('string'), it only returns the matched cells in the very first column that the cells were encountered in. For example, my column 9 has a cell called 'hi' & column 10 also has a cell called 'hi'. It returns only the col9 cell since col9 cell was encountered first. Anyone can help please?

It should've returned all the matched cells with 'hi' when I run worksheet.findall('string') byt this isn't happening.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source