1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

モダンアクティビティで全シート名を取得する

Last updated at Posted at 2023-05-31

全てのシート名をリストで取得したい時があります。

↓シート名を入れるリスト
image.png

クラシックアクティビティであれば「ブックの全シートを取得」アクティビティで取得できましたが、モダンアクティビティでは同じ物はありません(UiPath.Excel.Activities V2.20.2時点)。

↓「ブックの全シートを取得」アクティビティ
image.png

これをモダンアクティビティだけでやるときは「繰り返し(Excelの各シート)」「リストに項目を追加」アクティビティを使うと同じことができます。
image.png

ちょっと長くなってしまいますが、これで全シート名を取得することが可能です。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?