Skip to content

Microsoft Excel

Reference


Microsoft Excel is a spreadsheet program used for organizing, analyzing, and visualizing data in tabular form.

Categories: [productivity-and-collaboration]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT
Tenant IdSTRINGTEXT

Actions

Append row

Append a row of values to an existing worksheet

Properties

NameTypeControl TypeDescription
WorkbookSTRINGSELECT
WorksheetSTRINGSELECT
Is the first row header?BOOLEANSELECTIf the first row is header
DYNAMIC_PROPERTIESnull

Output

Type: OBJECT

Clear worksheet

Clear a worksheet of all values.

Properties

NameTypeControl TypeDescription
WorkbookSTRINGSELECT
WorksheetSTRINGSELECT
Is the first row header?BOOLEANSELECTIf the first row is header

Delete row

Delete row on an existing sheet

Properties

NameTypeControl TypeDescription
WorkbookSTRINGSELECT
WorksheetSTRINGSELECT
Row numberINTEGERINTEGERThe row number to delete

Find row by number

Get row values from the worksheet by the row number

Properties

NameTypeControl TypeDescription
WorkbookSTRINGSELECT
WorksheetSTRINGSELECT
Is the first row header?BOOLEANSELECTIf the first row is header
Row numberINTEGERINTEGERThe row number to get the values from

Output

Type: OBJECT

Update row

Update a row in a worksheet

Properties

NameTypeControl TypeDescription
WorkbookSTRINGSELECT
WorksheetSTRINGSELECT
Row numberINTEGERINTEGERThe row number to update
Is the first row header?BOOLEANSELECTIf the first row is header
DYNAMIC_PROPERTIESnull

Output

Type: OBJECT