how to select the next cell in google sheet from v

2019-09-20 14:25发布

I had worked out a way to display google sheet with chromiumbrowser in a solution project in visual studio. I had it automatically paste value to the selected cell in this Q&A.

Now I need to figure a way out to select the next cell in the sheet.

so far I could not find an ID, Class or Xpath for a particular cell. Can anyone help?

1条回答
叛逆
2楼-- · 2019-09-20 15:06

I loaded the googlesheet in a second browser and then then had the program copy the values and paste to the google sheet, by copytoclipboard and paste. That was the solution I could arrive on.

I could not find a way to select the next cell in googlesheet via c#.

查看更多
登录 后发表回答