-
Notifications
You must be signed in to change notification settings - Fork 541
command add excel
zmworm edited this page Mar 23, 2026
·
53 revisions
Addable element types in Excel documents.
| Type | Aliases | Parent | Reference |
|---|---|---|---|
sheet |
- | / |
Excel-Sheet-Add |
cell |
- | /{SheetName} |
Excel-Cell-Add |
row |
- | /{SheetName} |
Excel-Cell-Add |
validation |
datavalidation |
/{SheetName} |
Excel-Validation-Add |
table |
listobject |
/{SheetName} |
Excel-Table-Add |
comment |
note |
/{SheetName} |
Excel-Comment-Add |
namedrange |
definedname |
/ |
Excel-NamedRange-Add |
picture |
image |
/{SheetName} |
Excel-Picture-Add |
chart |
- | /{SheetName} |
Excel-Chart-Add |
databar |
conditionalformatting |
/{SheetName} |
Excel-ConditionalFormatting-Add |
colorscale |
- | /{SheetName} |
Excel-ConditionalFormatting-Add |
iconset |
- | /{SheetName} |
Excel-ConditionalFormatting-Add |
formulacf |
- | /{SheetName} |
Excel-ConditionalFormatting-Add |
autofilter |
- | /{SheetName} |
Excel-AutoFilter-Add |
pivottable |
pivot |
/{SheetName} |
Excel-PivotTable-Add |
shape |
- | /{SheetName} |
Excel-Shape-Add |
textbox |
- | /{SheetName} |
Excel-Shape-Add |
- add - Command syntax
- Excel Reference - All Excel elements
Based on OfficeCLI v1.0.18