pygsheets
pygsheets copied to clipboard
Bug: Find and replace when there is merged cell rows in sheet
Hello,
There is still a bug in find and replace.
When there is any merged cells rows in data then it is calculating wrong row number by offset of number of merge rows. A screenshot is attached highlighting it when i replaced $date with value it is not replaced at right position find replace bug
Are you using replace() for replace ? or is it a bug only with find?
Ok , i just checked. Spreadsheet.find(search,replace,False) works well Worksheet.find has this bug.