activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Productivity Activities

最終更新日時 2025年9月16日

WriteRange

Writes a DataTable variable to a specified Excel workbook cell range.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

void WriteRange(
	IWorkbook workbook,
	IRange range,
	DataTable data,
	bool hasHeaders = true,
	RangeWriteMode writeMode = RangeWriteMode.Overwrite,
	int insertRowPosition = 0
)void WriteRange(
	IWorkbook workbook,
	IRange range,
	DataTable data,
	bool hasHeaders = true,
	RangeWriteMode writeMode = RangeWriteMode.Overwrite,
	int insertRowPosition = 0
)

Parameters

workbook IWorkbook
The Excel workbook to use.
range IRange
The range to write in.
data DataTable
The data in the DataTable to be written in the workbook.
hasHeaders Boolean (Optional)
Set to True if the first row in the range represents a header row.
writeMode RangeWriteMode (Optional)
Specifies how to add the data to the specified range.
insertRowPosition Int32 (Optional)
The row index position where to insert the row.
  • Syntax
  • Parameters

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

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.