Googlespreadsheet insert column

Googleスプレッドシートの最終列に新規列を追加したいのですが、
どうしたらよろしいでしょうか?

最終列の右にはグレー色で、Excelのような余分の列の用意はありません。

UipathでGoogleスプレッドシートに列を追加するのは難しいですか?

スプレッドシートの最後の列を識別して選択できますか。その場合は、クリックアクティビティを追加して次のセレクタを使用します。

<html app='chrome.exe' title='*Google Sheets' /><webctrl tag='SPAN' css-selector='.goog-menuitem-content span[aria-label=&quot;Column right o&quot;]' />

Hi @rena168

You can use G suit activities to easily work with google sheets just like the way you would work with normal excel spreadsheets

通常のExcelスプレッドシートの場合と同じように、Gスーツのアクティビティを使用してGoogleシートを簡単に操作できます。

https://go.uipath.com/component/google-gsuite

Hi,Thanks your answer.
I used this click’s Selector,but can not find this selector.
I used GSuite to write Google spreadsheet, so i have a nother ider.
I make a google apps sripts,so Google spereadsheet has a new button.
I use uipath to click this button to add a new column.
If you ok,can you tell me your that click’s Selector?

私は英語版を使っているので、これは言語のせいかもしれません。あなたが挿入するべきであるトップバーの4番目のボタンをクリックするとき、あなたはスクリーンショットまたは右に新しい列を追加するためのオプションの名前を送ることができます

image

Hi,
I click topbar’s insert’s menu same you’menu.
4’th has column right.

I hope your request.
Thansk.

This selector should work for Click activity as I just tested:

"<html app='chrome.exe' title='*Google Sheets' /><webctrl tag='SPAN' css-selector='.goog-menuitem-content span[aria-label^=&quot;Column right&quot;]' />"

Use simulate click property.

By the way, my version of UiPath is 2018.4.4

Oh really?
My uipath version is 2019.4.3
I will try yours.
Thanks!

I must to add right column to AV’s column.
I select AV column and to click menubar’s column right.
How can i focus to AV any cell?

You can use Attach Browser and then use Send Hotkey inside. Check the Ctrl option and select “right” to Key. This should send you to the last column.

See my first post Googlespreadsheet insert column - #2 by brunoazev.

`<html app='chrome.exe' title='*Google スプレッドシート' /><webctrl css-selector='body&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div' idx='3' parentid='1059297627-static-overlay-container' tag='DIV' />

`
My Selector Edit,different yours.
I write your selector’s,but can not find selector.

Hi,
I got it !
your answer it OK!
Thank so muth!

1 Like

Hi
your answer must to open Google spreadsheet.
But I use GSuite activity, i dont open Google spreadsheet can i to add right column?

Correct. The solution I proposed was using the browser and having the Google Spreadsheet opened. I haven’t used the GSuite so don’t know the steps to make it work on it.

Regards,

Bruno Costa.

All right!
Thanks so much!

In case my solution worked, I appreciate you marking it as so.

ありがとうございました!