Steps to Reproduce
1. import keikai-642.xlsx , a file with frozen areas
2. click "toggle" to enable filter with false autorefresh
3. copy and paste a cell in column A
Current Result
copy-paste not working
Expected Result
copy-paste should work
Debug Information
1. copy-paste doesn't work in all 3 frozen areas (top, left, corner), only works in the non-frozen area (right-bottom area)
2. if don't call range.setAutoRefresh(false); ss.notifyVisibleAreaChange();, this bug doesn't happen
Workaround
- range.notifyChange()