8cb1f9f479
Publish SDK (PyPI) / publish (push) Has been cancelled
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (windows-latest) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/sdk) (push) Has been cancelled
Publish SDK (npm) / publish (officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (macos-latest) (push) Has been cancelled
SDK smoke / smoke (ubuntu-latest) (push) Has been cancelled
Skill parity / diff (push) Has been cancelled
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"$schema": "../_schema.json",
|
|
"format": "xlsx",
|
|
"element": "sort",
|
|
"parent": "sheet|range",
|
|
"operations": {
|
|
"add": false,
|
|
"set": true,
|
|
"get": true,
|
|
"query": false,
|
|
"remove": false
|
|
},
|
|
"paths": {
|
|
"positional": ["/SheetName", "/SheetName/A1:D50"]
|
|
},
|
|
"note": "Sort is Set-only — it mutates row order in a sheet or range. Sheet-level Set auto-detects the used range. Range-level Set operates only on the supplied range. SortState persists across save.",
|
|
"properties": {
|
|
"sort": {
|
|
"type": "string",
|
|
"description": "sort spec: 'COL [DIR][, COL [DIR] ...]'. COL is a column letter (A, B, AA..XFD). DIR is asc (default) or desc. Comma-separated for multi-key sort.",
|
|
"add": false, "set": true, "get": true,
|
|
"examples": ["--prop sort=B", "--prop sort=\"B desc, C asc\""],
|
|
"readback": "SortState description string",
|
|
"enforcement": "report"
|
|
},
|
|
"sortHeader": {
|
|
"type": "bool",
|
|
"description": "treat first row as header (excluded from reorder).",
|
|
"add": false, "set": true, "get": false,
|
|
"examples": ["--prop sortHeader=true"],
|
|
"readback": "n/a",
|
|
"enforcement": "report"
|
|
}
|
|
}
|
|
}
|