UiPath Documentation
activities
latest
false

生産性を高めるアクティビティ

最終更新日時 2026年5月11日

AddSpreadsheet

新しいスプレッドシートを作成します。

名前空間: UiPath.Gsuite.Activities.API

アセンブリ: UiPath.Gsuite.Activities.API (UiPath.Gsuite.Activities.API.dll 内)

構文

public ISpreadsheet AddSpreadsheet(
	GDriveRemoteItem parentFolder,
	string spreadsheetName,
	string firstSheetName = "Sheet1",
	ConflictBehavior conflictResolution = ConflictBehavior.Fail
)
public ISpreadsheet AddSpreadsheet(
	GDriveRemoteItem parentFolder,
	string spreadsheetName,
	string firstSheetName = "Sheet1",
	ConflictBehavior conflictResolution = ConflictBehavior.Fail
)

パラメーター

parentFolder GDriveRemoteItem : スプレッドシートの作成先フォルダーです。null の場合は、スプレッドシートはルート フォルダーに作成されます。

spreadSheetname String : 作成するスプレッドシートの名前です。

firstSheetName String (任意) : スプレッドシートの最初のシートの名前です。既定では Sheet1 に設定されます。

conflictResolution ConflictBehavior (任意) : 作成先のフォルダーに同じ名前のスプレッドシートがすでに存在する場合において期待される挙動を指定します。

戻り値

ISpreadsheet - Google スプレッドシートです。

  • 構文
  • パラメーター
  • 戻り値

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得