UiPath Documentation
activities
latest
false

Productivity activities

CreateTable

Creates a table inside a workbook sheet from a given range.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

void CreateTable(
	IWorkbook workbook,
	IWorksheet sheet,
	IRange range,
	string tableName,
	bool hasHeaders = false
)
void CreateTable(
	IWorkbook workbook,
	IWorksheet sheet,
	IRange range,
	string tableName,
	bool hasHeaders = false
)

Parameters

workbook IWorkbook : The workbook file to use.

sheet IWorksheet : The sheet where the table will be created.

range IRange : The range representing the data source for the table (e.g. A1:C10).

tableName String : The name of the new table.

hasHeaders Boolean (Optional) : Indicates whether the first row of the range is used as the header row.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated