Release WCAB 0.22.0 conditional-formatting threshold case
Browse filesMirror WCAB v0.22.0: 37 cases, 39 facts, and the stored conditional-formatting threshold boundary.
- CHANGELOG.md +16 -0
- README.md +4 -2
- RESEARCH.md +28 -0
- docs/observations.md +10 -1
- docs/schema.md +17 -1
- docs/validation.md +30 -15
- fixtures/manifest.jsonl +1 -0
- fixtures/operations/conditional_formatting_threshold_changed/baseline.xlsx +0 -0
- fixtures/operations/conditional_formatting_threshold_changed/candidate.xlsx +0 -0
- fixtures/operations/conditional_formatting_threshold_changed/truth.json +32 -0
- manifest.jsonl +1 -0
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## 0.21.0 — 2026-08-03
|
| 4 |
|
| 5 |
- Add a deterministic list data-validation source-retargeting case. Its one
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
## 0.22.0 — 2026-08-03
|
| 4 |
+
|
| 5 |
+
- Add a deterministic conditional-formatting exception-threshold case. Its one
|
| 6 |
+
`Operations!B2:B4` `cellIs` rule retains its target, priority, operator,
|
| 7 |
+
differential red fill, metric values, and calculation properties while raw
|
| 8 |
+
`formula` moves from `100` to `50`.
|
| 9 |
+
- Add the exact `conditional_formatting_threshold_changed` fact, a narrow raw
|
| 10 |
+
worksheet/style validator, operations-worksheet-only package isolation
|
| 11 |
+
check, and corruption regressions. WCAB records a stored visual-control
|
| 12 |
+
formula only: it does not evaluate the rule, determine which cells a client
|
| 13 |
+
formats, calculate a workbook, or claim Excel-client behavior.
|
| 14 |
+
- Extend the optional FormulaFence adapter to require the exact one-rule
|
| 15 |
+
`conditional_formatting_changed` transition and high-severity `FF021`, while
|
| 16 |
+
WCAB independently proves the raw threshold, stable fill/values, and package
|
| 17 |
+
boundary.
|
| 18 |
+
|
| 19 |
## 0.21.0 — 2026-08-03
|
| 20 |
|
| 21 |
- Add a deterministic list data-validation source-retargeting case. Its one
|
README.md
CHANGED
|
@@ -22,7 +22,7 @@ configs:
|
|
| 22 |
# Workbook Change Assurance Benchmark (WCAB)
|
| 23 |
|
| 24 |
WCAB is an open, deterministic benchmark for tools that review changes to
|
| 25 |
-
Excel workbooks. Each of its
|
| 26 |
a candidate workbook, explicit observable change facts, a reference review
|
| 27 |
disposition, documented coverage boundaries, and—in relevant cases—a
|
| 28 |
machine-matchable coverage expectation.
|
|
@@ -59,7 +59,9 @@ Data Table whose raw master changes its local input reference from `B2` to `B3`
|
|
| 59 |
while its output range, input grid, ordinary formulas, and saved table results
|
| 60 |
remain fixed, a list data-validation rule whose stored source switches between
|
| 61 |
two local status ranges while its target, metadata, source values, and ordinary
|
| 62 |
-
formulas remain fixed,
|
|
|
|
|
|
|
| 63 |
whose stored numeric-series reference changes while its source cells, anchor,
|
| 64 |
and other chart references remain fixed), an unchanged external-workbook formula
|
| 65 |
whose `never`-to-`always` open-time update policy changes, an unchanged
|
|
|
|
| 22 |
# Workbook Change Assurance Benchmark (WCAB)
|
| 23 |
|
| 24 |
WCAB is an open, deterministic benchmark for tools that review changes to
|
| 25 |
+
Excel workbooks. Each of its 37 synthetic cases supplies a baseline workbook,
|
| 26 |
a candidate workbook, explicit observable change facts, a reference review
|
| 27 |
disposition, documented coverage boundaries, and—in relevant cases—a
|
| 28 |
machine-matchable coverage expectation.
|
|
|
|
| 59 |
while its output range, input grid, ordinary formulas, and saved table results
|
| 60 |
remain fixed, a list data-validation rule whose stored source switches between
|
| 61 |
two local status ranges while its target, metadata, source values, and ordinary
|
| 62 |
+
formulas remain fixed, a `cellIs` conditional-formatting rule whose stored
|
| 63 |
+
exception threshold moves while its target, priority, operator, differential
|
| 64 |
+
fill, and worksheet values remain fixed, and a Dashboard DrawingML chart
|
| 65 |
whose stored numeric-series reference changes while its source cells, anchor,
|
| 66 |
and other chart references remain fixed), an unchanged external-workbook formula
|
| 67 |
whose `never`-to-`always` open-time update policy changes, an unchanged
|
RESEARCH.md
CHANGED
|
@@ -322,6 +322,34 @@ ordinary direct formula path only. It does not evaluate a source formula,
|
|
| 322 |
determine a future input's validity, accept or reject an input, calculate a
|
| 323 |
workbook, or claim behavior from any Excel client.
|
| 324 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 325 |
## Chart series sources without a worksheet edit
|
| 326 |
|
| 327 |
Microsoft's [chart-series guidance](https://support.microsoft.com/en-US/Excel/rename-a-data-series)
|
|
|
|
| 322 |
determine a future input's validity, accept or reject an input, calculate a
|
| 323 |
workbook, or claim behavior from any Excel client.
|
| 324 |
|
| 325 |
+
## Conditional-formatting thresholds without a cell edit
|
| 326 |
+
|
| 327 |
+
Microsoft's [Open XML conditional-formatting guidance](https://learn.microsoft.com/en-us/office/open-xml/spreadsheet/working-with-conditional-formatting)
|
| 328 |
+
describes conditional formats as worksheet-level rules applied when a condition
|
| 329 |
+
is true. Its `cellIs` example stores the comparison operator and a `formula`
|
| 330 |
+
threshold inside `cfRule`; the [MS-XLSX conditional-formatting formula
|
| 331 |
+
specification](https://learn.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/7476f340-5fe0-4051-9524-6daeaa1e0006)
|
| 332 |
+
likewise identifies `cfRule` formula elements as conditional-formatting
|
| 333 |
+
formulas. A stored threshold can therefore change the visual exception
|
| 334 |
+
criterion without a cell-value or ordinary-formula edit.
|
| 335 |
+
|
| 336 |
+
That boundary is relevant to review rather than merely to visual polish:
|
| 337 |
+
[ICAEW's spreadsheet-review guidance](https://www.icaew.com/technical/technology/excel-community/excel-community-articles/2021/conditional-formatting-and-spreadsheet-review)
|
| 338 |
+
describes conditional formatting as part of spreadsheet review, while a
|
| 339 |
+
comparison product can explicitly focus on entered values and formulas in its
|
| 340 |
+
[workbook comparison description](https://www.xltrail.com/blog/compare-two-excel-workbooks).
|
| 341 |
+
Those sources do not establish a population-wide coverage measurement; they
|
| 342 |
+
motivate a small, inspectable rule-level case that distinguishes a changed
|
| 343 |
+
criterion from an executed or rendered outcome.
|
| 344 |
+
|
| 345 |
+
WCAB 0.22 keeps one `Operations!B2:B4` `cellIs` rule's target, priority,
|
| 346 |
+
`greaterThan` operator, differential red fill, and stored `10`, `75`, and
|
| 347 |
+
`120` metrics fixed. Only its raw `formula` threshold moves from `100` to
|
| 348 |
+
`50`. The validator compares the worksheet after erasing that one formula and
|
| 349 |
+
requires the Operations worksheet to be the only changed package member. It
|
| 350 |
+
does not evaluate the rule, decide which cells an Excel client formats,
|
| 351 |
+
calculate a workbook, or claim client behavior.
|
| 352 |
+
|
| 353 |
## Chart series sources without a worksheet edit
|
| 354 |
|
| 355 |
Microsoft's [chart-series guidance](https://support.microsoft.com/en-US/Excel/rename-a-data-series)
|
docs/observations.md
CHANGED
|
@@ -249,7 +249,16 @@ WCAB's raw validator—not the adapter—then establishes the exact
|
|
| 249 |
`Lists!$A$2:$A$4`-to-`Lists!$B$2:$B$4` declaration, stable source values and
|
| 250 |
ordinary formula path, direct static lower bounds, and Inputs-worksheet-only
|
| 251 |
package change. Neither report accepts/rejects an entry, calculates a
|
| 252 |
-
workbook, or claims client behavior. For the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 253 |
one exact `chart_definitions_changed` record and matching
|
| 254 |
`FF030`: FormulaFence's redacted profile must retain one host sheet, one
|
| 255 |
drawing, one legacy chart, one series, three data references, no chart cache,
|
|
|
|
| 249 |
`Lists!$A$2:$A$4`-to-`Lists!$B$2:$B$4` declaration, stable source values and
|
| 250 |
ordinary formula path, direct static lower bounds, and Inputs-worksheet-only
|
| 251 |
package change. Neither report accepts/rejects an entry, calculates a
|
| 252 |
+
workbook, or claims client behavior. For the conditional-formatting threshold
|
| 253 |
+
case, it requires one exact `conditional_formatting_changed` record and
|
| 254 |
+
matching `FF021`: FormulaFence must expose one `Operations!B2:B4` `cellIs`
|
| 255 |
+
rule whose only before/after rule difference is its `100`-to-`50` formula
|
| 256 |
+
threshold. FormulaFence exposes stored rule metadata but does not render a
|
| 257 |
+
workbook or determine which cells receive a format. WCAB's raw validator—not
|
| 258 |
+
the adapter—then establishes the stable priority, operator, differential fill,
|
| 259 |
+
metric values, calculation properties, and Operations-worksheet-only package
|
| 260 |
+
change. Neither report evaluates the rule, calculates a workbook, or claims
|
| 261 |
+
client behavior. For the chart-series case, it requires
|
| 262 |
one exact `chart_definitions_changed` record and matching
|
| 263 |
`FF030`: FormulaFence's redacted profile must retain one host sheet, one
|
| 264 |
drawing, one legacy chart, one series, three data references, no chart cache,
|
docs/schema.md
CHANGED
|
@@ -31,7 +31,9 @@ one-variable What-If Data Table input-reference change with unchanged visible
|
|
| 31 |
cells, ordinary formulas, calculation properties, and saved table results.
|
| 32 |
WCAB 0.21 adds a list data-validation source change with unchanged target,
|
| 33 |
entry-control metadata, source-list values, visible input, ordinary formulas,
|
| 34 |
-
and calculation properties.
|
|
|
|
|
|
|
| 35 |
Version 2 remains
|
| 36 |
available in the immutable v0.2.0 and v0.3.0 releases.
|
| 37 |
|
|
@@ -69,6 +71,7 @@ Facts are observed directly from the fixture files by `wcab validate`.
|
|
| 69 |
| `data_validation_count_changed` | `sheet`, `baseline_count`, `candidate_count` | Worksheet data-validation count differs as declared. |
|
| 70 |
| `data_validation_list_source_changed` | `validation_sheet`, `target_range`, `validation_type`, `baseline_source_formula`, `candidate_source_formula`, `allow_blank`, `dropdown_hidden`, `show_error_message`, `error_style`, `error_title`, `error`, `show_input_message`, `prompt_title`, `prompt`, `source_sheet`, `baseline_source_range`, `candidate_source_range`, `baseline_source_values`, `candidate_source_values`, `input_cell`, `input_value`, `model_sheet`, `model_cell`, `model_formula`, `dashboard_sheet`, `dashboard_cell`, `dashboard_formula` | One stored list validation retains its target, rule metadata, both source-list values, current input, ordinary formulas, calculation properties, and every package member except its validation-bearing worksheet while raw `formula1` moves between declared local source ranges. The validator does not evaluate the source, decide a future input's validity, accept/reject an entry, calculate a result, or claim client behavior. |
|
| 71 |
| `conditional_formatting_count_changed` | `sheet`, `baseline_count`, `candidate_count` | Conditional-formatting range count differs as declared. |
|
|
|
|
| 72 |
| `auto_filter_criteria_changed` | `sheet`, `filter_ref`, `filter_column_id`, `baseline_filter_value`, `candidate_filter_value`, `subtotal_cell`, `subtotal_formula`, `dashboard_sheet`, `dashboard_cell`, `dashboard_formula` | One raw worksheet AutoFilter list criterion changes while its filter shell, formulas, direct dependency edge, and every package member except the report worksheet remain unchanged. The validator does not apply the filter or calculate a result. |
|
| 73 |
| `sheet_visibility_changed` | `sheet`, `baseline_state`, `candidate_state` | The stored sheet state changes. |
|
| 74 |
| `formula_cell_unlocked` | `sheet`, `cell` | A formula cell is explicitly unlocked while its sheet remains protected. |
|
|
@@ -116,6 +119,19 @@ evaluate either source formula, test a proposed entry, accept/reject an input,
|
|
| 116 |
calculate a result, or claim Excel-client behavior. The direct input-to-model
|
| 117 |
paths are ordinary static lower bounds only if a user later enters a value.
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
## Static impact lower bounds
|
| 120 |
|
| 121 |
`must_reach` entries have one `source` plus one or more `targets`, each with a
|
|
|
|
| 31 |
cells, ordinary formulas, calculation properties, and saved table results.
|
| 32 |
WCAB 0.21 adds a list data-validation source change with unchanged target,
|
| 33 |
entry-control metadata, source-list values, visible input, ordinary formulas,
|
| 34 |
+
and calculation properties. WCAB 0.22 adds a conditional-formatting threshold
|
| 35 |
+
change with unchanged target range, priority, operator, differential fill,
|
| 36 |
+
metric values, and calculation properties.
|
| 37 |
Version 2 remains
|
| 38 |
available in the immutable v0.2.0 and v0.3.0 releases.
|
| 39 |
|
|
|
|
| 71 |
| `data_validation_count_changed` | `sheet`, `baseline_count`, `candidate_count` | Worksheet data-validation count differs as declared. |
|
| 72 |
| `data_validation_list_source_changed` | `validation_sheet`, `target_range`, `validation_type`, `baseline_source_formula`, `candidate_source_formula`, `allow_blank`, `dropdown_hidden`, `show_error_message`, `error_style`, `error_title`, `error`, `show_input_message`, `prompt_title`, `prompt`, `source_sheet`, `baseline_source_range`, `candidate_source_range`, `baseline_source_values`, `candidate_source_values`, `input_cell`, `input_value`, `model_sheet`, `model_cell`, `model_formula`, `dashboard_sheet`, `dashboard_cell`, `dashboard_formula` | One stored list validation retains its target, rule metadata, both source-list values, current input, ordinary formulas, calculation properties, and every package member except its validation-bearing worksheet while raw `formula1` moves between declared local source ranges. The validator does not evaluate the source, decide a future input's validity, accept/reject an entry, calculate a result, or claim client behavior. |
|
| 73 |
| `conditional_formatting_count_changed` | `sheet`, `baseline_count`, `candidate_count` | Conditional-formatting range count differs as declared. |
|
| 74 |
+
| `conditional_formatting_threshold_changed` | `sheet`, `target_range`, `priority`, `rule_type`, `operator`, `baseline_formula`, `candidate_formula`, `metric_values`, `fill_rgb` | One stored `cellIs` conditional-formatting rule retains its target range, priority, operator, differential fill, worksheet values, calculation properties, and every package member except its worksheet while raw `formula` moves between declared thresholds. The validator does not evaluate the rule, determine which cells a client formats, calculate a workbook, or claim client behavior. |
|
| 75 |
| `auto_filter_criteria_changed` | `sheet`, `filter_ref`, `filter_column_id`, `baseline_filter_value`, `candidate_filter_value`, `subtotal_cell`, `subtotal_formula`, `dashboard_sheet`, `dashboard_cell`, `dashboard_formula` | One raw worksheet AutoFilter list criterion changes while its filter shell, formulas, direct dependency edge, and every package member except the report worksheet remain unchanged. The validator does not apply the filter or calculate a result. |
|
| 76 |
| `sheet_visibility_changed` | `sheet`, `baseline_state`, `candidate_state` | The stored sheet state changes. |
|
| 77 |
| `formula_cell_unlocked` | `sheet`, `cell` | A formula cell is explicitly unlocked while its sheet remains protected. |
|
|
|
|
| 119 |
calculate a result, or claim Excel-client behavior. The direct input-to-model
|
| 120 |
paths are ordinary static lower bounds only if a user later enters a value.
|
| 121 |
|
| 122 |
+
## Conditional-formatting threshold
|
| 123 |
+
|
| 124 |
+
Microsoft's [Open XML conditional-formatting guidance](https://learn.microsoft.com/en-us/office/open-xml/spreadsheet/working-with-conditional-formatting)
|
| 125 |
+
shows that a worksheet `cfRule` can hold a `cellIs` operator and a `formula`
|
| 126 |
+
threshold. WCAB's pair has one `Operations!B2:B4` rule whose baseline raw
|
| 127 |
+
formula is `100` and candidate formula is `50`. Its priority, `greaterThan`
|
| 128 |
+
operator, differential red fill, and stored `10`, `75`, and `120` metrics stay
|
| 129 |
+
unchanged. The validator accepts only the generated one-control/one-rule shape,
|
| 130 |
+
compares the Operations worksheet after erasing the threshold formula, and
|
| 131 |
+
requires that worksheet to be the only changed package member. It does not
|
| 132 |
+
evaluate a rule, infer a rendered format, calculate a workbook, or claim
|
| 133 |
+
Excel-client behavior.
|
| 134 |
+
|
| 135 |
## Static impact lower bounds
|
| 136 |
|
| 137 |
`must_reach` entries have one `source` plus one or more `targets`, each with a
|
docs/validation.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Validation record
|
| 2 |
|
| 3 |
-
This record describes the WCAB 0.
|
| 4 |
2026-08-03. It is reproducible from this repository; no network service or
|
| 5 |
private workbook is required.
|
| 6 |
|
|
@@ -32,16 +32,16 @@ wcab validate --fixtures fixtures
|
|
| 32 |
|
| 33 |
Results:
|
| 34 |
|
| 35 |
-
-
|
| 36 |
-
-
|
| 37 |
- Three scoreable coverage expectations: one newly introduced `INDIRECT`
|
| 38 |
boundary and two unchanged-formula selector changes (`INDIRECT` address text
|
| 39 |
and `OFFSET` column displacement).
|
| 40 |
-
-
|
| 41 |
case catalogue, all generated from source.
|
| 42 |
-
- One hundred
|
| 43 |
independent regeneration and byte-for-byte fixture-tree equality.
|
| 44 |
-
- The fixture validator accepted all
|
| 45 |
- The external-data pair has identical package members except for
|
| 46 |
`xl/connections.xml`; both archives pass ZIP integrity checks and remain
|
| 47 |
readable by openpyxl. Its relationship-backed source is a non-routable
|
|
@@ -106,6 +106,13 @@ Results:
|
|
| 106 |
The validation run did not evaluate either source, decide whether a future
|
| 107 |
input is valid, accept/reject an entry, calculate a workbook, or claim
|
| 108 |
client behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
- The chart-series pair has identical package members except for
|
| 110 |
`xl/charts/chart1.xml`; both archives pass ZIP integrity checks and remain
|
| 111 |
readable by openpyxl. Its `Dashboard!D2` anchor, title/category references,
|
|
@@ -159,7 +166,7 @@ Results:
|
|
| 159 |
|
| 160 |
## Distribution supplement
|
| 161 |
|
| 162 |
-
The 0.
|
| 163 |
the tool-neutral observation protocol at version 2. Each catalogue row retains
|
| 164 |
the schema-version-3 truth contract and includes byte counts and SHA-256
|
| 165 |
digests for the workbooks it names.
|
|
@@ -167,11 +174,11 @@ digests for the workbooks it names.
|
|
| 167 |
Commands:
|
| 168 |
|
| 169 |
```bash
|
| 170 |
-
python -m build --outdir /tmp/wcab-
|
| 171 |
-
twine check /tmp/wcab-
|
| 172 |
python -m venv /tmp/wcab-wheel-test
|
| 173 |
/tmp/wcab-wheel-test/bin/python -m pip install \
|
| 174 |
-
/tmp/wcab-
|
| 175 |
/tmp/wcab-wheel-test/bin/wcab validate --fixtures fixtures
|
| 176 |
/tmp/wcab-wheel-test/bin/wcab manifest --fixtures fixtures --output /tmp/manifest.jsonl
|
| 177 |
cmp fixtures/manifest.jsonl /tmp/manifest.jsonl
|
|
@@ -188,14 +195,14 @@ Results:
|
|
| 188 |
their uploaded assets in the GitHub release, avoiding a self-referential
|
| 189 |
source-distribution checksum in this record.
|
| 190 |
- Fresh Python 3.13 wheel and source-distribution installations both reported
|
| 191 |
-
version 0.
|
| 192 |
byte-identical JSONL output.
|
| 193 |
-
- The full
|
| 194 |
3.13.
|
| 195 |
- The generated unsupported template scored as zero analyzed coverage, zero
|
| 196 |
expected-fact recall, and zero coverage-disclosure recall, confirming that
|
| 197 |
unsupported cases cannot become a pass.
|
| 198 |
-
- The FormulaFence normalizer emitted
|
| 199 |
unmapped fact, three matched coverage declarations, and no invented review
|
| 200 |
disposition.
|
| 201 |
|
|
@@ -210,9 +217,9 @@ wcab formulafence --fixtures fixtures --strict
|
|
| 210 |
|
| 211 |
Results:
|
| 212 |
|
| 213 |
-
- All
|
| 214 |
- All three mappable coverage expectations were matched; no mapped fact,
|
| 215 |
-
coverage expectation, or targeted lint rule was missed across all
|
| 216 |
- The schema-version-2 structured Table scope case was observed as a
|
| 217 |
`table_definition_changed` diff, even though its summary formula text stays
|
| 218 |
unchanged.
|
|
@@ -294,6 +301,14 @@ Results:
|
|
| 294 |
ordinary static lower bounds, and Inputs-worksheet-only package change.
|
| 295 |
Neither report accepted/rejected an input, calculated a workbook, or claimed
|
| 296 |
client behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 297 |
- The WCAB 0.15 chart-series case was observed as one exact
|
| 298 |
`chart_definitions_changed` record and `FF030`. FormulaFence's redacted
|
| 299 |
profile retained one host sheet, drawing, legacy chart, and series; three
|
|
|
|
| 1 |
# Validation record
|
| 2 |
|
| 3 |
+
This record describes the WCAB 0.22.0 / schema-version-3 validation run on
|
| 4 |
2026-08-03. It is reproducible from this repository; no network service or
|
| 5 |
private workbook is required.
|
| 6 |
|
|
|
|
| 32 |
|
| 33 |
Results:
|
| 34 |
|
| 35 |
+
- 37 cases: 36 paired-workbook cases and one directory portfolio case.
|
| 36 |
+
- 39 observable truth facts across 31 `block` and six `review` cases.
|
| 37 |
- Three scoreable coverage expectations: one newly introduced `INDIRECT`
|
| 38 |
boundary and two unchanged-formula selector changes (`INDIRECT` address text
|
| 39 |
and `OFFSET` column displacement).
|
| 40 |
+
- 114 generated fixture files: 76 workbooks, 37 truth manifests, and one JSONL
|
| 41 |
case catalogue, all generated from source.
|
| 42 |
+
- One hundred thirty-six unit tests passed locally under Python 3.13, including
|
| 43 |
independent regeneration and byte-for-byte fixture-tree equality.
|
| 44 |
+
- The fixture validator accepted all 37 cases.
|
| 45 |
- The external-data pair has identical package members except for
|
| 46 |
`xl/connections.xml`; both archives pass ZIP integrity checks and remain
|
| 47 |
readable by openpyxl. Its relationship-backed source is a non-routable
|
|
|
|
| 106 |
The validation run did not evaluate either source, decide whether a future
|
| 107 |
input is valid, accept/reject an entry, calculate a workbook, or claim
|
| 108 |
client behavior.
|
| 109 |
+
- The conditional-formatting threshold pair has identical package members
|
| 110 |
+
except for `xl/worksheets/sheet1.xml`; both archives pass ZIP integrity
|
| 111 |
+
checks and remain readable by openpyxl. Its one `Operations!B2:B4` `cellIs`
|
| 112 |
+
rule retains its target, priority, `greaterThan` operator, differential red
|
| 113 |
+
fill, and stored `10`, `75`, and `120` metrics while raw `formula` moves from
|
| 114 |
+
`100` to `50`. The validation run did not evaluate the rule, determine a
|
| 115 |
+
rendered cell format, calculate a workbook, or claim client behavior.
|
| 116 |
- The chart-series pair has identical package members except for
|
| 117 |
`xl/charts/chart1.xml`; both archives pass ZIP integrity checks and remain
|
| 118 |
readable by openpyxl. Its `Dashboard!D2` anchor, title/category references,
|
|
|
|
| 166 |
|
| 167 |
## Distribution supplement
|
| 168 |
|
| 169 |
+
The 0.22.0 release retains the one-row-per-case `manifest.jsonl` catalogue and
|
| 170 |
the tool-neutral observation protocol at version 2. Each catalogue row retains
|
| 171 |
the schema-version-3 truth contract and includes byte counts and SHA-256
|
| 172 |
digests for the workbooks it names.
|
|
|
|
| 174 |
Commands:
|
| 175 |
|
| 176 |
```bash
|
| 177 |
+
python -m build --outdir /tmp/wcab-v022-dist
|
| 178 |
+
twine check /tmp/wcab-v022-dist/*
|
| 179 |
python -m venv /tmp/wcab-wheel-test
|
| 180 |
/tmp/wcab-wheel-test/bin/python -m pip install \
|
| 181 |
+
/tmp/wcab-v022-dist/workbook_change_benchmark-0.22.0-py3-none-any.whl
|
| 182 |
/tmp/wcab-wheel-test/bin/wcab validate --fixtures fixtures
|
| 183 |
/tmp/wcab-wheel-test/bin/wcab manifest --fixtures fixtures --output /tmp/manifest.jsonl
|
| 184 |
cmp fixtures/manifest.jsonl /tmp/manifest.jsonl
|
|
|
|
| 195 |
their uploaded assets in the GitHub release, avoiding a self-referential
|
| 196 |
source-distribution checksum in this record.
|
| 197 |
- Fresh Python 3.13 wheel and source-distribution installations both reported
|
| 198 |
+
version 0.22.0 and validated all 37 fixtures; the wheel emitted
|
| 199 |
byte-identical JSONL output.
|
| 200 |
+
- The full 136-test suite, lint, and format checks passed locally under Python
|
| 201 |
3.13.
|
| 202 |
- The generated unsupported template scored as zero analyzed coverage, zero
|
| 203 |
expected-fact recall, and zero coverage-disclosure recall, confirming that
|
| 204 |
unsupported cases cannot become a pass.
|
| 205 |
+
- The FormulaFence normalizer emitted 38 matched facts, one intentionally
|
| 206 |
unmapped fact, three matched coverage declarations, and no invented review
|
| 207 |
disposition.
|
| 208 |
|
|
|
|
| 217 |
|
| 218 |
Results:
|
| 219 |
|
| 220 |
+
- All 38 currently mappable diff/portfolio facts were observed.
|
| 221 |
- All three mappable coverage expectations were matched; no mapped fact,
|
| 222 |
+
coverage expectation, or targeted lint rule was missed across all 37 cases.
|
| 223 |
- The schema-version-2 structured Table scope case was observed as a
|
| 224 |
`table_definition_changed` diff, even though its summary formula text stays
|
| 225 |
unchanged.
|
|
|
|
| 301 |
ordinary static lower bounds, and Inputs-worksheet-only package change.
|
| 302 |
Neither report accepted/rejected an input, calculated a workbook, or claimed
|
| 303 |
client behavior.
|
| 304 |
+
- The WCAB 0.22 conditional-formatting case was observed as one exact
|
| 305 |
+
`conditional_formatting_changed` record and `FF021`. FormulaFence exposed
|
| 306 |
+
the one `Operations!B2:B4` `cellIs` rule and raw `100`-to-`50` formula
|
| 307 |
+
transition but did not render a workbook or determine which cells receive a
|
| 308 |
+
format. WCAB independently established the stable priority, operator,
|
| 309 |
+
differential red fill, metric values, calculation properties, and
|
| 310 |
+
Operations-worksheet-only package change. Neither report evaluated the rule,
|
| 311 |
+
calculated a workbook, or claimed client behavior.
|
| 312 |
- The WCAB 0.15 chart-series case was observed as one exact
|
| 313 |
`chart_definitions_changed` record and `FF030`. FormulaFence's redacted
|
| 314 |
profile retained one host sheet, drawing, legacy chart, and series; three
|
fixtures/manifest.jsonl
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
{"baseline_files":[{"bytes":6029,"path":"governance/workbook_date_system_changed/baseline.xlsx","sha256":"e90ec5f335ac0d6424be54195f3bb1fa070222f8d321c1361e9d772766a5fdac"}],"candidate_files":[{"bytes":6028,"path":"governance/workbook_date_system_changed/candidate.xlsx","sha256":"a7f35a276f63a6c5c31a2a8dd9ccf4ab582e73bb419deada4b24dc5d7320d474"}],"case_path":"governance/workbook_date_system_changed","coverage":["The pair changes only raw workbookPr date1904 from false to true while dateCompatibility remains explicitly true. It does not edit a worksheet cell, formula, style, calculation property, or dependency edge.","The stored numeric serial and date number format remain unchanged. WCAB does not calculate a formula, convert the serial into a date, infer a visible value, or claim what an Excel client will do on opening or saving either workbook.","The validator reads raw OOXML controls, numeric cell text, formula text, number format, and package-member differences. It treats the date-system transition as a stored-control review boundary, not proof of a displayed outcome."],"coverage_expectations":[],"facts":[{"baseline_date_1904":false,"candidate_date_1904":true,"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","date_compatibility":true,"formula":"=Inputs!$B$2+30","formula_cell":"B2","formula_sheet":"Model","kind":"workbook_date_system_changed","number_format":"yyyy-mm-dd","serial_cell":"B2","serial_sheet":"Inputs","serial_value":45292}],"family":"governance","id":"governance.workbook_date_system_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]},{"source":{"cell":"B2","sheet":"Model"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"Workbook serial-date controls change without a cell edit","topology":"pair"}
|
| 17 |
{"baseline_files":[{"bytes":5673,"path":"operations/auto_filter_criteria_changed/baseline.xlsx","sha256":"4eb546978d00b40bdd039afec0bd888180497aae49a7a33a4b9aaf36a2f74a7c"}],"candidate_files":[{"bytes":5672,"path":"operations/auto_filter_criteria_changed/candidate.xlsx","sha256":"c0453a8b5783dbaf95a79f9e0de8aa39b8158a6fdd5f16cc4393fe11773c7ab1"}],"case_path":"operations/auto_filter_criteria_changed","coverage":["The pair changes only one raw worksheet AutoFilter criterion. It does not edit a cell value, formula text, style, calculation property, row state, or dependency edge.","Excel filters control which rows are shown, and SUBTOTAL excludes rows omitted by a filter. WCAB does not apply the filter, calculate a subtotal, infer a visible row set, or claim what an Excel client will display or print.","The validator reads raw OOXML filter declarations, formula text, and package-member differences. It treats the criterion transition as stored-control review evidence, not proof of a calculated outcome."],"coverage_expectations":[],"facts":[{"baseline_filter_value":"North","candidate_filter_value":"South","dashboard_cell":"B4","dashboard_formula":"=Report!$D$2","dashboard_sheet":"Dashboard","filter_column_id":0,"filter_ref":"A1:B5","kind":"auto_filter_criteria_changed","sheet":"Report","subtotal_cell":"D2","subtotal_formula":"=SUBTOTAL(109,B2:B5)"}],"family":"operations","id":"operations.auto_filter_criteria_changed","must_reach":[{"source":{"cell":"D2","sheet":"Report"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An active AutoFilter criterion changes a subtotal control","topology":"pair"}
|
| 18 |
{"baseline_files":[{"bytes":5465,"path":"operations/conditional_formatting_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5360,"path":"operations/conditional_formatting_removed/candidate.xlsx","sha256":"5fc314f650112546d6c372c8fe7be280ccb56bf717967c4fd135c80b2f659a87"}],"case_path":"operations/conditional_formatting_removed","coverage":["The benchmark observes the control removal but does not judge the intended visual design."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"conditional_formatting_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.conditional_formatting_removed","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A material exception highlight is removed","topology":"pair"}
|
|
|
|
| 19 |
{"baseline_files":[{"bytes":5465,"path":"operations/copied_formula_interruption/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5460,"path":"operations/copied_formula_interruption/candidate.xlsx","sha256":"8894418de3a7915a7b9d3ab5c71395fe79a02d0c805b494874d02613104a2835"}],"case_path":"operations/copied_formula_interruption","coverage":["Immediate formula peers provide the copied-block context; no formula execution is required."],"coverage_expectations":[],"facts":[{"cell":"F7","kind":"formula_to_value","sheet":"Operations"}],"family":"operations","id":"operations.copied_formula_interruption","must_reach":[],"review_expectation":"block","schema_version":3,"title":"One copied margin formula is replaced by a manual number","topology":"pair"}
|
| 20 |
{"baseline_files":[{"bytes":6649,"path":"operations/data_validation_list_source_changed/baseline.xlsx","sha256":"aa93c57aee332de73dd50a5f08a8c8d363862463a5f168a685effc6296616b13"}],"candidate_files":[{"bytes":6691,"path":"operations/data_validation_list_source_changed/candidate.xlsx","sha256":"3a5fb0a07d03b798c536719c796e8005ba9801b2d7aed6147cc0b95cdad9ff84"}],"case_path":"operations/data_validation_list_source_changed","coverage":["The pair changes only the raw formula1 source declaration in the Inputs worksheet's one list data-validation record. It does not edit the target range, rule metadata, source-list values, current input, ordinary formulas, or calculation properties.","The observed contract is a stored validation source. WCAB does not evaluate the list formula, determine whether any future entry is valid, accept or reject an entry, calculate the workbook, or claim Excel-client behavior.","The direct static Inputs-to-model-to-dashboard path is a lower bound only if a user later enters a value. It is not proof that a validation rule permits that value or of a resulting calculation."],"coverage_expectations":[],"facts":[{"allow_blank":false,"baseline_source_formula":"=Lists!$A$2:$A$4","baseline_source_range":"A2:A4","baseline_source_values":["Draft","Review","Approved"],"candidate_source_formula":"=Lists!$B$2:$B$4","candidate_source_range":"B2:B4","candidate_source_values":["Draft","Suspended","Rejected"],"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","dropdown_hidden":false,"error":"Choose an approved status.","error_style":"stop","error_title":"Invalid status","input_cell":"B2","input_value":"Draft","kind":"data_validation_list_source_changed","model_cell":"B2","model_formula":"=Inputs!$B$2","model_sheet":"Model","prompt":"Choose a documented status.","prompt_title":"Approved status","show_error_message":true,"show_input_message":false,"source_sheet":"Lists","target_range":"B2","validation_sheet":"Inputs","validation_type":"list"}],"family":"operations","id":"operations.data_validation_list_source_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A list validation switches its permitted-status source","topology":"pair"}
|
| 21 |
{"baseline_files":[{"bytes":5465,"path":"operations/data_validation_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5329,"path":"operations/data_validation_removed/candidate.xlsx","sha256":"aea8e9f34825c521b82a6bca2990faa11f60db8fee4f87628e908bdb71965e77"}],"case_path":"operations/data_validation_removed","coverage":["The contract observes validation presence, not whether a future user enters an invalid value."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"data_validation_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.data_validation_removed","must_reach":[],"review_expectation":"block","schema_version":3,"title":"Input validation is removed from an operational tracker","topology":"pair"}
|
|
|
|
| 16 |
{"baseline_files":[{"bytes":6029,"path":"governance/workbook_date_system_changed/baseline.xlsx","sha256":"e90ec5f335ac0d6424be54195f3bb1fa070222f8d321c1361e9d772766a5fdac"}],"candidate_files":[{"bytes":6028,"path":"governance/workbook_date_system_changed/candidate.xlsx","sha256":"a7f35a276f63a6c5c31a2a8dd9ccf4ab582e73bb419deada4b24dc5d7320d474"}],"case_path":"governance/workbook_date_system_changed","coverage":["The pair changes only raw workbookPr date1904 from false to true while dateCompatibility remains explicitly true. It does not edit a worksheet cell, formula, style, calculation property, or dependency edge.","The stored numeric serial and date number format remain unchanged. WCAB does not calculate a formula, convert the serial into a date, infer a visible value, or claim what an Excel client will do on opening or saving either workbook.","The validator reads raw OOXML controls, numeric cell text, formula text, number format, and package-member differences. It treats the date-system transition as a stored-control review boundary, not proof of a displayed outcome."],"coverage_expectations":[],"facts":[{"baseline_date_1904":false,"candidate_date_1904":true,"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","date_compatibility":true,"formula":"=Inputs!$B$2+30","formula_cell":"B2","formula_sheet":"Model","kind":"workbook_date_system_changed","number_format":"yyyy-mm-dd","serial_cell":"B2","serial_sheet":"Inputs","serial_value":45292}],"family":"governance","id":"governance.workbook_date_system_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]},{"source":{"cell":"B2","sheet":"Model"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"Workbook serial-date controls change without a cell edit","topology":"pair"}
|
| 17 |
{"baseline_files":[{"bytes":5673,"path":"operations/auto_filter_criteria_changed/baseline.xlsx","sha256":"4eb546978d00b40bdd039afec0bd888180497aae49a7a33a4b9aaf36a2f74a7c"}],"candidate_files":[{"bytes":5672,"path":"operations/auto_filter_criteria_changed/candidate.xlsx","sha256":"c0453a8b5783dbaf95a79f9e0de8aa39b8158a6fdd5f16cc4393fe11773c7ab1"}],"case_path":"operations/auto_filter_criteria_changed","coverage":["The pair changes only one raw worksheet AutoFilter criterion. It does not edit a cell value, formula text, style, calculation property, row state, or dependency edge.","Excel filters control which rows are shown, and SUBTOTAL excludes rows omitted by a filter. WCAB does not apply the filter, calculate a subtotal, infer a visible row set, or claim what an Excel client will display or print.","The validator reads raw OOXML filter declarations, formula text, and package-member differences. It treats the criterion transition as stored-control review evidence, not proof of a calculated outcome."],"coverage_expectations":[],"facts":[{"baseline_filter_value":"North","candidate_filter_value":"South","dashboard_cell":"B4","dashboard_formula":"=Report!$D$2","dashboard_sheet":"Dashboard","filter_column_id":0,"filter_ref":"A1:B5","kind":"auto_filter_criteria_changed","sheet":"Report","subtotal_cell":"D2","subtotal_formula":"=SUBTOTAL(109,B2:B5)"}],"family":"operations","id":"operations.auto_filter_criteria_changed","must_reach":[{"source":{"cell":"D2","sheet":"Report"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An active AutoFilter criterion changes a subtotal control","topology":"pair"}
|
| 18 |
{"baseline_files":[{"bytes":5465,"path":"operations/conditional_formatting_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5360,"path":"operations/conditional_formatting_removed/candidate.xlsx","sha256":"5fc314f650112546d6c372c8fe7be280ccb56bf717967c4fd135c80b2f659a87"}],"case_path":"operations/conditional_formatting_removed","coverage":["The benchmark observes the control removal but does not judge the intended visual design."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"conditional_formatting_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.conditional_formatting_removed","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A material exception highlight is removed","topology":"pair"}
|
| 19 |
+
{"baseline_files":[{"bytes":5114,"path":"operations/conditional_formatting_threshold_changed/baseline.xlsx","sha256":"9dcf1d895ccc7f44fe798c0082b41447ef3e92afec1c8ef1f52ba4b5bc735a22"}],"candidate_files":[{"bytes":5156,"path":"operations/conditional_formatting_threshold_changed/candidate.xlsx","sha256":"d5ada06f6ce77099a1658697fc7356b07aa31ab8a4dd35f2992a6a12f4a0443c"}],"case_path":"operations/conditional_formatting_threshold_changed","coverage":["The pair changes only the raw formula child in one cellIs conditional-formatting rule. It does not edit the target range, priority, operator, differential fill, worksheet values, calculation properties, or any other package member.","The observed contract is a stored visual exception threshold. WCAB does not evaluate the rule, determine which cells a client formats, calculate the workbook, or claim Excel-client behavior."],"coverage_expectations":[],"facts":[{"baseline_formula":"100","candidate_formula":"50","fill_rgb":"FFFFC7CE","kind":"conditional_formatting_threshold_changed","metric_values":[10,75,120],"operator":"greaterThan","priority":1,"rule_type":"cellIs","sheet":"Operations","target_range":"B2:B4"}],"family":"operations","id":"operations.conditional_formatting_threshold_changed","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A conditional-formatting exception threshold is lowered","topology":"pair"}
|
| 20 |
{"baseline_files":[{"bytes":5465,"path":"operations/copied_formula_interruption/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5460,"path":"operations/copied_formula_interruption/candidate.xlsx","sha256":"8894418de3a7915a7b9d3ab5c71395fe79a02d0c805b494874d02613104a2835"}],"case_path":"operations/copied_formula_interruption","coverage":["Immediate formula peers provide the copied-block context; no formula execution is required."],"coverage_expectations":[],"facts":[{"cell":"F7","kind":"formula_to_value","sheet":"Operations"}],"family":"operations","id":"operations.copied_formula_interruption","must_reach":[],"review_expectation":"block","schema_version":3,"title":"One copied margin formula is replaced by a manual number","topology":"pair"}
|
| 21 |
{"baseline_files":[{"bytes":6649,"path":"operations/data_validation_list_source_changed/baseline.xlsx","sha256":"aa93c57aee332de73dd50a5f08a8c8d363862463a5f168a685effc6296616b13"}],"candidate_files":[{"bytes":6691,"path":"operations/data_validation_list_source_changed/candidate.xlsx","sha256":"3a5fb0a07d03b798c536719c796e8005ba9801b2d7aed6147cc0b95cdad9ff84"}],"case_path":"operations/data_validation_list_source_changed","coverage":["The pair changes only the raw formula1 source declaration in the Inputs worksheet's one list data-validation record. It does not edit the target range, rule metadata, source-list values, current input, ordinary formulas, or calculation properties.","The observed contract is a stored validation source. WCAB does not evaluate the list formula, determine whether any future entry is valid, accept or reject an entry, calculate the workbook, or claim Excel-client behavior.","The direct static Inputs-to-model-to-dashboard path is a lower bound only if a user later enters a value. It is not proof that a validation rule permits that value or of a resulting calculation."],"coverage_expectations":[],"facts":[{"allow_blank":false,"baseline_source_formula":"=Lists!$A$2:$A$4","baseline_source_range":"A2:A4","baseline_source_values":["Draft","Review","Approved"],"candidate_source_formula":"=Lists!$B$2:$B$4","candidate_source_range":"B2:B4","candidate_source_values":["Draft","Suspended","Rejected"],"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","dropdown_hidden":false,"error":"Choose an approved status.","error_style":"stop","error_title":"Invalid status","input_cell":"B2","input_value":"Draft","kind":"data_validation_list_source_changed","model_cell":"B2","model_formula":"=Inputs!$B$2","model_sheet":"Model","prompt":"Choose a documented status.","prompt_title":"Approved status","show_error_message":true,"show_input_message":false,"source_sheet":"Lists","target_range":"B2","validation_sheet":"Inputs","validation_type":"list"}],"family":"operations","id":"operations.data_validation_list_source_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A list validation switches its permitted-status source","topology":"pair"}
|
| 22 |
{"baseline_files":[{"bytes":5465,"path":"operations/data_validation_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5329,"path":"operations/data_validation_removed/candidate.xlsx","sha256":"aea8e9f34825c521b82a6bca2990faa11f60db8fee4f87628e908bdb71965e77"}],"case_path":"operations/data_validation_removed","coverage":["The contract observes validation presence, not whether a future user enters an invalid value."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"data_validation_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.data_validation_removed","must_reach":[],"review_expectation":"block","schema_version":3,"title":"Input validation is removed from an operational tracker","topology":"pair"}
|
fixtures/operations/conditional_formatting_threshold_changed/baseline.xlsx
ADDED
|
Binary file (5.11 kB). View file
|
|
|
fixtures/operations/conditional_formatting_threshold_changed/candidate.xlsx
ADDED
|
Binary file (5.16 kB). View file
|
|
|
fixtures/operations/conditional_formatting_threshold_changed/truth.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"coverage": [
|
| 3 |
+
"The pair changes only the raw formula child in one cellIs conditional-formatting rule. It does not edit the target range, priority, operator, differential fill, worksheet values, calculation properties, or any other package member.",
|
| 4 |
+
"The observed contract is a stored visual exception threshold. WCAB does not evaluate the rule, determine which cells a client formats, calculate the workbook, or claim Excel-client behavior."
|
| 5 |
+
],
|
| 6 |
+
"coverage_expectations": [],
|
| 7 |
+
"facts": [
|
| 8 |
+
{
|
| 9 |
+
"baseline_formula": "100",
|
| 10 |
+
"candidate_formula": "50",
|
| 11 |
+
"fill_rgb": "FFFFC7CE",
|
| 12 |
+
"kind": "conditional_formatting_threshold_changed",
|
| 13 |
+
"metric_values": [
|
| 14 |
+
10,
|
| 15 |
+
75,
|
| 16 |
+
120
|
| 17 |
+
],
|
| 18 |
+
"operator": "greaterThan",
|
| 19 |
+
"priority": 1,
|
| 20 |
+
"rule_type": "cellIs",
|
| 21 |
+
"sheet": "Operations",
|
| 22 |
+
"target_range": "B2:B4"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"family": "operations",
|
| 26 |
+
"id": "operations.conditional_formatting_threshold_changed",
|
| 27 |
+
"must_reach": [],
|
| 28 |
+
"review_expectation": "review",
|
| 29 |
+
"schema_version": 3,
|
| 30 |
+
"title": "A conditional-formatting exception threshold is lowered",
|
| 31 |
+
"topology": "pair"
|
| 32 |
+
}
|
manifest.jsonl
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
{"baseline_files":[{"bytes":6029,"path":"governance/workbook_date_system_changed/baseline.xlsx","sha256":"e90ec5f335ac0d6424be54195f3bb1fa070222f8d321c1361e9d772766a5fdac"}],"candidate_files":[{"bytes":6028,"path":"governance/workbook_date_system_changed/candidate.xlsx","sha256":"a7f35a276f63a6c5c31a2a8dd9ccf4ab582e73bb419deada4b24dc5d7320d474"}],"case_path":"governance/workbook_date_system_changed","coverage":["The pair changes only raw workbookPr date1904 from false to true while dateCompatibility remains explicitly true. It does not edit a worksheet cell, formula, style, calculation property, or dependency edge.","The stored numeric serial and date number format remain unchanged. WCAB does not calculate a formula, convert the serial into a date, infer a visible value, or claim what an Excel client will do on opening or saving either workbook.","The validator reads raw OOXML controls, numeric cell text, formula text, number format, and package-member differences. It treats the date-system transition as a stored-control review boundary, not proof of a displayed outcome."],"coverage_expectations":[],"facts":[{"baseline_date_1904":false,"candidate_date_1904":true,"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","date_compatibility":true,"formula":"=Inputs!$B$2+30","formula_cell":"B2","formula_sheet":"Model","kind":"workbook_date_system_changed","number_format":"yyyy-mm-dd","serial_cell":"B2","serial_sheet":"Inputs","serial_value":45292}],"family":"governance","id":"governance.workbook_date_system_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]},{"source":{"cell":"B2","sheet":"Model"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"Workbook serial-date controls change without a cell edit","topology":"pair"}
|
| 17 |
{"baseline_files":[{"bytes":5673,"path":"operations/auto_filter_criteria_changed/baseline.xlsx","sha256":"4eb546978d00b40bdd039afec0bd888180497aae49a7a33a4b9aaf36a2f74a7c"}],"candidate_files":[{"bytes":5672,"path":"operations/auto_filter_criteria_changed/candidate.xlsx","sha256":"c0453a8b5783dbaf95a79f9e0de8aa39b8158a6fdd5f16cc4393fe11773c7ab1"}],"case_path":"operations/auto_filter_criteria_changed","coverage":["The pair changes only one raw worksheet AutoFilter criterion. It does not edit a cell value, formula text, style, calculation property, row state, or dependency edge.","Excel filters control which rows are shown, and SUBTOTAL excludes rows omitted by a filter. WCAB does not apply the filter, calculate a subtotal, infer a visible row set, or claim what an Excel client will display or print.","The validator reads raw OOXML filter declarations, formula text, and package-member differences. It treats the criterion transition as stored-control review evidence, not proof of a calculated outcome."],"coverage_expectations":[],"facts":[{"baseline_filter_value":"North","candidate_filter_value":"South","dashboard_cell":"B4","dashboard_formula":"=Report!$D$2","dashboard_sheet":"Dashboard","filter_column_id":0,"filter_ref":"A1:B5","kind":"auto_filter_criteria_changed","sheet":"Report","subtotal_cell":"D2","subtotal_formula":"=SUBTOTAL(109,B2:B5)"}],"family":"operations","id":"operations.auto_filter_criteria_changed","must_reach":[{"source":{"cell":"D2","sheet":"Report"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An active AutoFilter criterion changes a subtotal control","topology":"pair"}
|
| 18 |
{"baseline_files":[{"bytes":5465,"path":"operations/conditional_formatting_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5360,"path":"operations/conditional_formatting_removed/candidate.xlsx","sha256":"5fc314f650112546d6c372c8fe7be280ccb56bf717967c4fd135c80b2f659a87"}],"case_path":"operations/conditional_formatting_removed","coverage":["The benchmark observes the control removal but does not judge the intended visual design."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"conditional_formatting_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.conditional_formatting_removed","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A material exception highlight is removed","topology":"pair"}
|
|
|
|
| 19 |
{"baseline_files":[{"bytes":5465,"path":"operations/copied_formula_interruption/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5460,"path":"operations/copied_formula_interruption/candidate.xlsx","sha256":"8894418de3a7915a7b9d3ab5c71395fe79a02d0c805b494874d02613104a2835"}],"case_path":"operations/copied_formula_interruption","coverage":["Immediate formula peers provide the copied-block context; no formula execution is required."],"coverage_expectations":[],"facts":[{"cell":"F7","kind":"formula_to_value","sheet":"Operations"}],"family":"operations","id":"operations.copied_formula_interruption","must_reach":[],"review_expectation":"block","schema_version":3,"title":"One copied margin formula is replaced by a manual number","topology":"pair"}
|
| 20 |
{"baseline_files":[{"bytes":6649,"path":"operations/data_validation_list_source_changed/baseline.xlsx","sha256":"aa93c57aee332de73dd50a5f08a8c8d363862463a5f168a685effc6296616b13"}],"candidate_files":[{"bytes":6691,"path":"operations/data_validation_list_source_changed/candidate.xlsx","sha256":"3a5fb0a07d03b798c536719c796e8005ba9801b2d7aed6147cc0b95cdad9ff84"}],"case_path":"operations/data_validation_list_source_changed","coverage":["The pair changes only the raw formula1 source declaration in the Inputs worksheet's one list data-validation record. It does not edit the target range, rule metadata, source-list values, current input, ordinary formulas, or calculation properties.","The observed contract is a stored validation source. WCAB does not evaluate the list formula, determine whether any future entry is valid, accept or reject an entry, calculate the workbook, or claim Excel-client behavior.","The direct static Inputs-to-model-to-dashboard path is a lower bound only if a user later enters a value. It is not proof that a validation rule permits that value or of a resulting calculation."],"coverage_expectations":[],"facts":[{"allow_blank":false,"baseline_source_formula":"=Lists!$A$2:$A$4","baseline_source_range":"A2:A4","baseline_source_values":["Draft","Review","Approved"],"candidate_source_formula":"=Lists!$B$2:$B$4","candidate_source_range":"B2:B4","candidate_source_values":["Draft","Suspended","Rejected"],"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","dropdown_hidden":false,"error":"Choose an approved status.","error_style":"stop","error_title":"Invalid status","input_cell":"B2","input_value":"Draft","kind":"data_validation_list_source_changed","model_cell":"B2","model_formula":"=Inputs!$B$2","model_sheet":"Model","prompt":"Choose a documented status.","prompt_title":"Approved status","show_error_message":true,"show_input_message":false,"source_sheet":"Lists","target_range":"B2","validation_sheet":"Inputs","validation_type":"list"}],"family":"operations","id":"operations.data_validation_list_source_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A list validation switches its permitted-status source","topology":"pair"}
|
| 21 |
{"baseline_files":[{"bytes":5465,"path":"operations/data_validation_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5329,"path":"operations/data_validation_removed/candidate.xlsx","sha256":"aea8e9f34825c521b82a6bca2990faa11f60db8fee4f87628e908bdb71965e77"}],"case_path":"operations/data_validation_removed","coverage":["The contract observes validation presence, not whether a future user enters an invalid value."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"data_validation_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.data_validation_removed","must_reach":[],"review_expectation":"block","schema_version":3,"title":"Input validation is removed from an operational tracker","topology":"pair"}
|
|
|
|
| 16 |
{"baseline_files":[{"bytes":6029,"path":"governance/workbook_date_system_changed/baseline.xlsx","sha256":"e90ec5f335ac0d6424be54195f3bb1fa070222f8d321c1361e9d772766a5fdac"}],"candidate_files":[{"bytes":6028,"path":"governance/workbook_date_system_changed/candidate.xlsx","sha256":"a7f35a276f63a6c5c31a2a8dd9ccf4ab582e73bb419deada4b24dc5d7320d474"}],"case_path":"governance/workbook_date_system_changed","coverage":["The pair changes only raw workbookPr date1904 from false to true while dateCompatibility remains explicitly true. It does not edit a worksheet cell, formula, style, calculation property, or dependency edge.","The stored numeric serial and date number format remain unchanged. WCAB does not calculate a formula, convert the serial into a date, infer a visible value, or claim what an Excel client will do on opening or saving either workbook.","The validator reads raw OOXML controls, numeric cell text, formula text, number format, and package-member differences. It treats the date-system transition as a stored-control review boundary, not proof of a displayed outcome."],"coverage_expectations":[],"facts":[{"baseline_date_1904":false,"candidate_date_1904":true,"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","date_compatibility":true,"formula":"=Inputs!$B$2+30","formula_cell":"B2","formula_sheet":"Model","kind":"workbook_date_system_changed","number_format":"yyyy-mm-dd","serial_cell":"B2","serial_sheet":"Inputs","serial_value":45292}],"family":"governance","id":"governance.workbook_date_system_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]},{"source":{"cell":"B2","sheet":"Model"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"Workbook serial-date controls change without a cell edit","topology":"pair"}
|
| 17 |
{"baseline_files":[{"bytes":5673,"path":"operations/auto_filter_criteria_changed/baseline.xlsx","sha256":"4eb546978d00b40bdd039afec0bd888180497aae49a7a33a4b9aaf36a2f74a7c"}],"candidate_files":[{"bytes":5672,"path":"operations/auto_filter_criteria_changed/candidate.xlsx","sha256":"c0453a8b5783dbaf95a79f9e0de8aa39b8158a6fdd5f16cc4393fe11773c7ab1"}],"case_path":"operations/auto_filter_criteria_changed","coverage":["The pair changes only one raw worksheet AutoFilter criterion. It does not edit a cell value, formula text, style, calculation property, row state, or dependency edge.","Excel filters control which rows are shown, and SUBTOTAL excludes rows omitted by a filter. WCAB does not apply the filter, calculate a subtotal, infer a visible row set, or claim what an Excel client will display or print.","The validator reads raw OOXML filter declarations, formula text, and package-member differences. It treats the criterion transition as stored-control review evidence, not proof of a calculated outcome."],"coverage_expectations":[],"facts":[{"baseline_filter_value":"North","candidate_filter_value":"South","dashboard_cell":"B4","dashboard_formula":"=Report!$D$2","dashboard_sheet":"Dashboard","filter_column_id":0,"filter_ref":"A1:B5","kind":"auto_filter_criteria_changed","sheet":"Report","subtotal_cell":"D2","subtotal_formula":"=SUBTOTAL(109,B2:B5)"}],"family":"operations","id":"operations.auto_filter_criteria_changed","must_reach":[{"source":{"cell":"D2","sheet":"Report"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An active AutoFilter criterion changes a subtotal control","topology":"pair"}
|
| 18 |
{"baseline_files":[{"bytes":5465,"path":"operations/conditional_formatting_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5360,"path":"operations/conditional_formatting_removed/candidate.xlsx","sha256":"5fc314f650112546d6c372c8fe7be280ccb56bf717967c4fd135c80b2f659a87"}],"case_path":"operations/conditional_formatting_removed","coverage":["The benchmark observes the control removal but does not judge the intended visual design."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"conditional_formatting_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.conditional_formatting_removed","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A material exception highlight is removed","topology":"pair"}
|
| 19 |
+
{"baseline_files":[{"bytes":5114,"path":"operations/conditional_formatting_threshold_changed/baseline.xlsx","sha256":"9dcf1d895ccc7f44fe798c0082b41447ef3e92afec1c8ef1f52ba4b5bc735a22"}],"candidate_files":[{"bytes":5156,"path":"operations/conditional_formatting_threshold_changed/candidate.xlsx","sha256":"d5ada06f6ce77099a1658697fc7356b07aa31ab8a4dd35f2992a6a12f4a0443c"}],"case_path":"operations/conditional_formatting_threshold_changed","coverage":["The pair changes only the raw formula child in one cellIs conditional-formatting rule. It does not edit the target range, priority, operator, differential fill, worksheet values, calculation properties, or any other package member.","The observed contract is a stored visual exception threshold. WCAB does not evaluate the rule, determine which cells a client formats, calculate the workbook, or claim Excel-client behavior."],"coverage_expectations":[],"facts":[{"baseline_formula":"100","candidate_formula":"50","fill_rgb":"FFFFC7CE","kind":"conditional_formatting_threshold_changed","metric_values":[10,75,120],"operator":"greaterThan","priority":1,"rule_type":"cellIs","sheet":"Operations","target_range":"B2:B4"}],"family":"operations","id":"operations.conditional_formatting_threshold_changed","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A conditional-formatting exception threshold is lowered","topology":"pair"}
|
| 20 |
{"baseline_files":[{"bytes":5465,"path":"operations/copied_formula_interruption/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5460,"path":"operations/copied_formula_interruption/candidate.xlsx","sha256":"8894418de3a7915a7b9d3ab5c71395fe79a02d0c805b494874d02613104a2835"}],"case_path":"operations/copied_formula_interruption","coverage":["Immediate formula peers provide the copied-block context; no formula execution is required."],"coverage_expectations":[],"facts":[{"cell":"F7","kind":"formula_to_value","sheet":"Operations"}],"family":"operations","id":"operations.copied_formula_interruption","must_reach":[],"review_expectation":"block","schema_version":3,"title":"One copied margin formula is replaced by a manual number","topology":"pair"}
|
| 21 |
{"baseline_files":[{"bytes":6649,"path":"operations/data_validation_list_source_changed/baseline.xlsx","sha256":"aa93c57aee332de73dd50a5f08a8c8d363862463a5f168a685effc6296616b13"}],"candidate_files":[{"bytes":6691,"path":"operations/data_validation_list_source_changed/candidate.xlsx","sha256":"3a5fb0a07d03b798c536719c796e8005ba9801b2d7aed6147cc0b95cdad9ff84"}],"case_path":"operations/data_validation_list_source_changed","coverage":["The pair changes only the raw formula1 source declaration in the Inputs worksheet's one list data-validation record. It does not edit the target range, rule metadata, source-list values, current input, ordinary formulas, or calculation properties.","The observed contract is a stored validation source. WCAB does not evaluate the list formula, determine whether any future entry is valid, accept or reject an entry, calculate the workbook, or claim Excel-client behavior.","The direct static Inputs-to-model-to-dashboard path is a lower bound only if a user later enters a value. It is not proof that a validation rule permits that value or of a resulting calculation."],"coverage_expectations":[],"facts":[{"allow_blank":false,"baseline_source_formula":"=Lists!$A$2:$A$4","baseline_source_range":"A2:A4","baseline_source_values":["Draft","Review","Approved"],"candidate_source_formula":"=Lists!$B$2:$B$4","candidate_source_range":"B2:B4","candidate_source_values":["Draft","Suspended","Rejected"],"dashboard_cell":"B4","dashboard_formula":"=Model!$B$2","dashboard_sheet":"Dashboard","dropdown_hidden":false,"error":"Choose an approved status.","error_style":"stop","error_title":"Invalid status","input_cell":"B2","input_value":"Draft","kind":"data_validation_list_source_changed","model_cell":"B2","model_formula":"=Inputs!$B$2","model_sheet":"Model","prompt":"Choose a documented status.","prompt_title":"Approved status","show_error_message":true,"show_input_message":false,"source_sheet":"Lists","target_range":"B2","validation_sheet":"Inputs","validation_type":"list"}],"family":"operations","id":"operations.data_validation_list_source_changed","must_reach":[{"source":{"cell":"B2","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Model"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A list validation switches its permitted-status source","topology":"pair"}
|
| 22 |
{"baseline_files":[{"bytes":5465,"path":"operations/data_validation_removed/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5329,"path":"operations/data_validation_removed/candidate.xlsx","sha256":"aea8e9f34825c521b82a6bca2990faa11f60db8fee4f87628e908bdb71965e77"}],"case_path":"operations/data_validation_removed","coverage":["The contract observes validation presence, not whether a future user enters an invalid value."],"coverage_expectations":[],"facts":[{"baseline_count":1,"candidate_count":0,"kind":"data_validation_count_changed","sheet":"Operations"}],"family":"operations","id":"operations.data_validation_removed","must_reach":[],"review_expectation":"block","schema_version":3,"title":"Input validation is removed from an operational tracker","topology":"pair"}
|