Files
wehub-resource-sync 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
chore: import upstream snapshot with attribution
2026-07-13 13:09:29 +08:00

26 lines
3.5 KiB
JSON

{
"$schema": "../_schema.json",
"format": "xlsx",
"element": "databar",
"parent": "sheet",
"operations": {"add": true, "get": true},
"paths": {"positional": ["/SheetName/cf[N]"]},
"note": "Conditional formatting data bar rule. Add via `add /Sheet1/cf --type databar --prop sqref=A1:A10`. Lookup: Add.Cf.cs:84 (AddDataBar); Get readback: Query.cs:464.",
"properties": {
"ref": { "type":"string", "aliases":["sqref","range"], "add":true, "get":true, "description":"target cell range.", "examples":["--prop ref=A1:A10"], "enforcement":"report" },
"min": { "type":"string", "add":true, "get":false, "description":"data bar lower bound (omit for auto-min).", "examples":["--prop min=0"], "enforcement":"report" },
"max": { "type":"string", "add":true, "get":false, "description":"data bar upper bound (omit for auto-max).", "examples":["--prop max=100"], "enforcement":"report" },
"color": { "type":"color", "add":true, "get":true, "description":"primary bar color (default 638EC6).", "examples":["--prop color=4472C4"], "readback":"#-prefixed uppercase hex or 'themeN'", "enforcement":"report" },
"showValue": { "type":"bool", "add":true, "get":true, "description":"show cell value alongside the bar (default true).", "examples":["--prop showValue=false"], "readback":"true | false (only emitted when false)", "enforcement":"report" },
"negativeColor": { "type":"color", "add":true, "get":true, "description":"negative-value bar color (x14 extension, default FF0000).", "examples":["--prop negativeColor=FF0000"], "readback":"#-prefixed uppercase hex", "enforcement":"report" },
"axisColor": { "type":"color", "add":true, "get":true, "description":"axis color (x14 extension, default 000000).", "examples":["--prop axisColor=000000"], "readback":"#-prefixed uppercase hex", "enforcement":"report" },
"axisPosition": { "type":"enum", "values":["automatic","middle","none"], "add":true, "get":false, "description":"axis position for negative values (x14 extension, default automatic).", "examples":["--prop axisPosition=middle"], "enforcement":"report" },
"minLength": { "type":"number", "add":true, "get":true, "description":"minimum bar length (% of cell, default 0).", "examples":["--prop minLength=10"], "readback":"integer percentage", "enforcement":"report" },
"maxLength": { "type":"number", "add":true, "get":true, "description":"maximum bar length (% of cell, default 100).", "examples":["--prop maxLength=90"], "readback":"integer percentage", "enforcement":"report" },
"direction": { "type":"enum", "values":["leftToRight","rightToLeft","context","ltr","rtl"], "add":true, "get":true, "description":"bar direction (x14 extension).", "examples":["--prop direction=leftToRight"], "readback":"OOXML direction token", "enforcement":"report" },
"stopIfTrue": { "type":"bool", "add":true, "get":false, "description":"stop evaluating subsequent CF rules when this rule applies.", "examples":["--prop stopIfTrue=true"], "enforcement":"report" },
"type": { "type":"string", "add":false, "set":false, "get":true, "description":"canonical CF rule type token (e.g. \"dataBar\", \"colorScale\", \"iconSet\", \"formula\", \"topN\", \"cellIs\", \"containsText\", \"aboveAverage\", \"duplicateValues\", \"uniqueValues\", \"timePeriod\"). Emitted on every CF rule.", "readback":"normalized CF type token", "enforcement":"report" },
"dxfId": { "type":"number", "add":false, "set":false, "get":true, "description":"differential format id referencing dxf styles. Emitted only when present on the rule.", "readback":"integer", "enforcement":"report" }
}
}