-
Notifications
You must be signed in to change notification settings - Fork 191
excel autofilter add
zmworm edited this page Apr 22, 2026
·
48 revisions
Add an autofilter for column-based data filtering.
Path: /{SheetName}
| Property | Default | Description |
|---|---|---|
range |
(required) | Filter range (e.g., A1:D100). Must parse as a valid cell range; malformed values are rejected at add. |
officecli add data.xlsx /Sheet1 --type autofilter --prop range=A1:D100
officecli add data.xlsx /Sheet1 --type autofilter --prop range=A1:F1Based on OfficeCLI v1.0.54