Skip to content

excel autofilter add

zmworm edited this page Apr 8, 2026 · 51 revisions

Excel: AutoFilter - add

Add an autofilter for column-based data filtering.

Path: /{SheetName}

Properties

Property Default Description
range (required) Filter range (e.g., A1:D100)

Examples

officecli add data.xlsx /Sheet1 --type autofilter --prop range=A1:D100
officecli add data.xlsx /Sheet1 --type autofilter --prop range=A1:F1

Based on OfficeCLI v1.0.38

Clone this wiki locally