Example 1
1 <= rows <= 1030 <= value <= 105The formula is always in the format "=X+Y", where X and Y are either valid cell references or non-negative integers with values less than or equal to 105.Each cell reference consists of a capital letter from 'A' to 'Z' followed by a row number between 1 and rows.At most 104 calls will be made in total to setCell, resetCell, and getValue.Example 1
1 <= rows <= 1030 <= value <= 105The formula is always in the format "=X+Y", where X and Y are either valid cell references or non-negative integers with values less than or equal to 105.Each cell reference consists of a capital letter from 'A' to 'Z' followed by a row number between 1 and rows.At most 104 calls will be made in total to setCell, resetCell, and getValue.