Get Sheets
UiPath.AppleNumbers.Activities.GetSheets
App Integration.Apple.NumbersGets the sheets of an Apple Numbers document, including all table names included in the sheet.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| ResourceFile | In | InArgument<UiPath.Platform.ResourceHandling.ILocalResource> |
✓ |
Read Cell
UiPath.AppleNumbers.Activities.ReadCell
App Integration.Apple.NumbersReads data from a specified cell in an Apple Numbers spreadsheet
No members extracted.
Read Range
UiPath.AppleNumbers.Activities.ReadRange
App Integration.Apple.NumbersReads data from a specified range in an Apple Numbers spreadsheet
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| ResourceFile | In | InArgument<UiPath.Platform.ResourceHandling.ILocalResource> |
✓ | ||
| Sheet | In | InArgument<String> |
✓ | ||
| CellRange | In | InArgument<String> |
|||
| TableName | In | InArgument<String> |
|||
| HasHeaders | In | InArgument<Boolean> |
Write Cell
UiPath.AppleNumbers.Activities.WriteCell
App Integration.Apple.NumbersWrites data to a specified cell in an Apple Numbers spreadsheet
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| ResourceFile | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| Sheet | In | InArgument<String> |
✓ | ||
| Cell | In | InArgument<String> |
✓ | ||
| TableName | In | InArgument<String> |
|||
| WhatToWrite | In | InArgument<Object> |
✓ |
Write Range
UiPath.AppleNumbers.Activities.WriteRange
App Integration.Apple.NumbersWrites data to a specified range in an Apple Numbers spreadsheet
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| ResourceFile | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| Sheet | In | InArgument<String> |
✓ | ||
| StartingCell | In | InArgument<String> |
✓ | ||
| TableName | In | InArgument<String> |
|||
| Data | In | InArgument<Data.DataTable> |
✓ | ||
| UseHeaders | In | InArgument<Boolean> |