Add WCAB 0.15 chart-series reference case
Browse filesMirror WCAB v0.15.0 documentation, manifest, and the deterministic DrawingML chart-series fixture.
- CHANGELOG.md +16 -0
- README.md +5 -3
- RESEARCH.md +20 -0
- docs/observations.md +11 -2
- docs/schema.md +24 -1
- docs/validation.md +31 -15
- fixtures/manifest.jsonl +1 -0
- fixtures/structural/chart_series_reference_changed/baseline.xlsx +0 -0
- fixtures/structural/chart_series_reference_changed/candidate.xlsx +0 -0
- fixtures/structural/chart_series_reference_changed/truth.json +27 -0
- manifest.jsonl +1 -0
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## 0.14.0 — 2026-08-03
|
| 4 |
|
| 5 |
- Add a deterministic relationship-backed PivotTable cache case. Its local
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
## 0.15.0 — 2026-08-03
|
| 4 |
+
|
| 5 |
+
- Add a deterministic relationship-backed DrawingML chart case. Its one chart
|
| 6 |
+
at `Dashboard!D2` retains its anchor, title/category references, source
|
| 7 |
+
worksheet cells, and every package member except `xl/charts/chart1.xml`,
|
| 8 |
+
while raw `c:ser/c:val/c:numRef/c:f` switches from
|
| 9 |
+
`Source!$B$2:$B$4` to `Source!$C$2:$C$4`.
|
| 10 |
+
- Add the exact `chart_series_value_reference_changed` fact, raw worksheet to
|
| 11 |
+
drawing to chart relationship validator, chart-XML isolation check, and
|
| 12 |
+
corruption regressions. WCAB records the stored source binding only: it does
|
| 13 |
+
not open Excel, calculate values, refresh chart data, render a chart, infer a
|
| 14 |
+
visual difference, or claim client behavior.
|
| 15 |
+
- Extend the optional FormulaFence adapter to require its exact redacted
|
| 16 |
+
one-chart `chart_definitions_changed` profile and high-severity `FF030`,
|
| 17 |
+
while WCAB independently proves the chart source-reference transition.
|
| 18 |
+
|
| 19 |
## 0.14.0 — 2026-08-03
|
| 20 |
|
| 21 |
- Add a deterministic relationship-backed PivotTable cache case. Its local
|
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.
|
|
@@ -42,9 +42,11 @@ controls, calculation state, cycles, structural changes (including an Excel
|
|
| 42 |
Table scope expansion with unchanged structured-reference text, a newly
|
| 43 |
introduced `INDIRECT` reference, unchanged `INDIRECT`/`OFFSET` formulas whose
|
| 44 |
dynamic selectors change, an external-data connection that begins refreshing
|
| 45 |
-
when the workbook opens,
|
| 46 |
stored `refreshOnLoad` request becomes enabled while its source, stored report
|
| 47 |
-
cells, and direct dashboard formula remain fixed
|
|
|
|
|
|
|
| 48 |
whose `never`-to-`always` open-time update policy changes, an unchanged
|
| 49 |
direct circular formula whose iterative-calculation setting becomes enabled, an
|
| 50 |
unchanged precision-sensitive input and formula whose calculation switches to
|
|
|
|
| 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 30 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.
|
|
|
|
| 42 |
Table scope expansion with unchanged structured-reference text, a newly
|
| 43 |
introduced `INDIRECT` reference, unchanged `INDIRECT`/`OFFSET` formulas whose
|
| 44 |
dynamic selectors change, an external-data connection that begins refreshing
|
| 45 |
+
when the workbook opens, a local worksheet-backed PivotTable cache whose
|
| 46 |
stored `refreshOnLoad` request becomes enabled while its source, stored report
|
| 47 |
+
cells, and direct dashboard formula remain fixed, and a Dashboard DrawingML
|
| 48 |
+
chart whose stored numeric-series reference changes while its source cells,
|
| 49 |
+
anchor, and other chart references remain fixed), an unchanged external-workbook formula
|
| 50 |
whose `never`-to-`always` open-time update policy changes, an unchanged
|
| 51 |
direct circular formula whose iterative-calculation setting becomes enabled, an
|
| 52 |
unchanged precision-sensitive input and formula whose calculation switches to
|
RESEARCH.md
CHANGED
|
@@ -187,6 +187,26 @@ cells, and package-member isolation. It does not open Excel, refresh data,
|
|
| 187 |
calculate or render the PivotTable, infer a new report result, or claim that a
|
| 188 |
client honors the setting.
|
| 189 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
## Array-formula semantics
|
| 191 |
|
| 192 |
Microsoft's [dynamic-array versus legacy-CSE guidance](https://support.microsoft.com/en-US/Excel/dynamic-array-formulas-vs-legacy-cse-array-formulas)
|
|
|
|
| 187 |
calculate or render the PivotTable, infer a new report result, or claim that a
|
| 188 |
client honors the setting.
|
| 189 |
|
| 190 |
+
## Chart series sources without a worksheet edit
|
| 191 |
+
|
| 192 |
+
Microsoft's [chart-series guidance](https://support.microsoft.com/en-US/Excel/rename-a-data-series)
|
| 193 |
+
states that a user can change a series' values in the Select Data dialog without
|
| 194 |
+
changing the worksheet data. The Open XML
|
| 195 |
+
[`NumberReference` definition](https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.charts.numberreference?view=openxml-3.0.1)
|
| 196 |
+
captures the numeric-series reference in the chart part. That leaves a material
|
| 197 |
+
review surface that cell and formula diffs can miss: a dashboard chart can point
|
| 198 |
+
at another local range while every worksheet cell remains identical.
|
| 199 |
+
|
| 200 |
+
WCAB 0.15 isolates that stored binding in an original single-chart package. A
|
| 201 |
+
chart anchored at `Dashboard!D2` retains its host relationship, title reference,
|
| 202 |
+
category reference, source cells, and all non-chart package members. Only its
|
| 203 |
+
`c:ser/c:val/c:numRef/c:f` formula moves from `Source!$B$2:$B$4` to
|
| 204 |
+
`Source!$C$2:$C$4`. The validator follows the local worksheet-to-drawing-to-
|
| 205 |
+
chart relationship chain and compares raw chart XML after removing the declared
|
| 206 |
+
formula text. It does not calculate a source, refresh chart data, render a
|
| 207 |
+
chart, infer a visible difference, or claim that an Excel client honors the
|
| 208 |
+
stored source reference.
|
| 209 |
+
|
| 210 |
## Array-formula semantics
|
| 211 |
|
| 212 |
Microsoft's [dynamic-array versus legacy-CSE guidance](https://support.microsoft.com/en-US/Excel/dynamic-array-formulas-vs-legacy-cse-array-formulas)
|
docs/observations.md
CHANGED
|
@@ -188,8 +188,17 @@ and all controls except `refresh_on_load`, which moves from `false` to `true`.
|
|
| 188 |
WCAB's raw validator—not the adapter—then establishes the `Source!A1:B5`
|
| 189 |
binding, `Report!A1:B2` PivotTable location, stable stored report/dashboard
|
| 190 |
cells, direct dashboard edge, and cache-definition-only package change.
|
| 191 |
-
Neither report refreshes or renders a PivotTable. For the
|
| 192 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
details: `update_links` moves from `never` to `always`, while the three other
|
| 194 |
workbook-wide refresh controls retain their defaults. For the array-mode case,
|
| 195 |
it requires `array_formula_mode_changed` at the exact anchor with the declared
|
|
|
|
| 188 |
WCAB's raw validator—not the adapter—then establishes the `Source!A1:B5`
|
| 189 |
binding, `Report!A1:B2` PivotTable location, stable stored report/dashboard
|
| 190 |
cells, direct dashboard edge, and cache-definition-only package change.
|
| 191 |
+
Neither report refreshes or renders a PivotTable. For the chart-series
|
| 192 |
+
case, it requires one exact `chart_definitions_changed` record and matching
|
| 193 |
+
`FF030`: FormulaFence's redacted profile must retain one host sheet, one
|
| 194 |
+
drawing, one legacy chart, one series, three data references, no chart cache,
|
| 195 |
+
and no related payloads while only `chart_definition_material_changed` is set.
|
| 196 |
+
FormulaFence does not expose a chart source formula or visual result. WCAB's
|
| 197 |
+
raw validator—not the adapter—then proves the Dashboard-to-drawing-to-chart
|
| 198 |
+
binding, `D2` anchor, stable title/category references, exact local
|
| 199 |
+
value-reference transition, and chart-part-only package change. Neither report
|
| 200 |
+
calculates or renders the chart. For the external-workbook
|
| 201 |
+
policy case, it requires the exact `external_data_refresh_settings_changed`
|
| 202 |
details: `update_links` moves from `never` to `always`, while the three other
|
| 203 |
workbook-wide refresh controls retain their defaults. For the array-mode case,
|
| 204 |
it requires `array_formula_mode_changed` at the exact anchor with the declared
|
docs/schema.md
CHANGED
|
@@ -18,7 +18,9 @@ formula-result change without a formula or input edit. WCAB 0.12 adds a raw
|
|
| 18 |
workbook serial-date-system control change with unchanged cell content, WCAB
|
| 19 |
0.13 adds an active worksheet AutoFilter criterion change with unchanged cell
|
| 20 |
content and formulas, and WCAB 0.14 adds a relationship-backed PivotTable cache
|
| 21 |
-
refresh-on-open control change with unchanged stored cells.
|
|
|
|
|
|
|
| 22 |
available in the immutable v0.2.0 and v0.3.0 releases.
|
| 23 |
|
| 24 |
```json
|
|
@@ -64,6 +66,7 @@ Facts are observed directly from the fixture files by `wcab validate`.
|
|
| 64 |
| `formula_cached_result_changed` | `sheet`, `cell`, `formula`, `input_sheet`, `input_cell`, `input_value`, `result_type`, `baseline_cached_result`, `candidate_cached_result` | One raw numeric formula-cell `<v>` value changes while its raw `<f>` expression, direct input, calculation properties, and every other package member remain unchanged. The validator reads OOXML only; it does not calculate, validate, or interpret the saved result. |
|
| 65 |
| `external_data_connection_refresh_on_load_changed` | `connection_id`, `baseline_refresh_on_load`, `candidate_refresh_on_load` | The relationship-backed connection with this workbook-local ID explicitly changes `refreshOnLoad` from `false` to `true`. The validator reads raw OOXML only. |
|
| 66 |
| `pivot_cache_refresh_on_load_changed` | `cache_id`, `source_type`, `source_sheet`, `source_ref`, `pivot_sheet`, `pivot_ref`, `pivot_output_cell`, `dashboard_sheet`, `dashboard_cell`, `dashboard_formula`, `baseline_refresh_on_load`, `candidate_refresh_on_load` | One relationship-bound local worksheet PivotCache changes raw `refreshOnLoad` from `false` to `true`; its source binding, PivotTable location, stored report/dashboard cells, calculation properties, and every package member except its cache definition remain unchanged. The validator neither refreshes nor renders a PivotTable. |
|
|
|
|
| 67 |
| `external_workbook_link_update_policy_changed` | `sheet`, `cell`, `formula`, `baseline_update_links`, `candidate_update_links` | The declared external-workbook formula remains unchanged while raw `workbookPr/@updateLinks` changes exactly from `never` to `always`; all other stored `workbookPr` attributes are unchanged. The validator does not resolve the source workbook. |
|
| 68 |
| `array_formula_mode_changed` | `sheet`, `cell`, `formula`, `baseline_mode`, `candidate_mode`, `baseline_output_range`, `candidate_output_range` | The declared unchanged array anchor moves from `legacy_cse` to `dynamic`, with its stored formula text and output range exactly as declared. The validator reads the raw OOXML cell-metadata binding. |
|
| 69 |
| `static_cycle_introduced` | `cells` | Every declared direct A1 cell reaches itself in the local static dependency graph. |
|
|
@@ -167,6 +170,26 @@ changed package member. It does not execute Excel's filter logic, calculate
|
|
| 167 |
the subtotal, infer a visible row set, or claim a display, copy, chart, or
|
| 168 |
print result.
|
| 169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
## Iterative calculation
|
| 171 |
|
| 172 |
Open XML stores calculation controls in
|
|
|
|
| 18 |
workbook serial-date-system control change with unchanged cell content, WCAB
|
| 19 |
0.13 adds an active worksheet AutoFilter criterion change with unchanged cell
|
| 20 |
content and formulas, and WCAB 0.14 adds a relationship-backed PivotTable cache
|
| 21 |
+
refresh-on-open control change with unchanged stored cells. WCAB 0.15 adds a
|
| 22 |
+
relationship-backed DrawingML chart-series source-reference change with
|
| 23 |
+
unchanged worksheet cells. Version 2 remains
|
| 24 |
available in the immutable v0.2.0 and v0.3.0 releases.
|
| 25 |
|
| 26 |
```json
|
|
|
|
| 66 |
| `formula_cached_result_changed` | `sheet`, `cell`, `formula`, `input_sheet`, `input_cell`, `input_value`, `result_type`, `baseline_cached_result`, `candidate_cached_result` | One raw numeric formula-cell `<v>` value changes while its raw `<f>` expression, direct input, calculation properties, and every other package member remain unchanged. The validator reads OOXML only; it does not calculate, validate, or interpret the saved result. |
|
| 67 |
| `external_data_connection_refresh_on_load_changed` | `connection_id`, `baseline_refresh_on_load`, `candidate_refresh_on_load` | The relationship-backed connection with this workbook-local ID explicitly changes `refreshOnLoad` from `false` to `true`. The validator reads raw OOXML only. |
|
| 68 |
| `pivot_cache_refresh_on_load_changed` | `cache_id`, `source_type`, `source_sheet`, `source_ref`, `pivot_sheet`, `pivot_ref`, `pivot_output_cell`, `dashboard_sheet`, `dashboard_cell`, `dashboard_formula`, `baseline_refresh_on_load`, `candidate_refresh_on_load` | One relationship-bound local worksheet PivotCache changes raw `refreshOnLoad` from `false` to `true`; its source binding, PivotTable location, stored report/dashboard cells, calculation properties, and every package member except its cache definition remain unchanged. The validator neither refreshes nor renders a PivotTable. |
|
| 69 |
+
| `chart_series_value_reference_changed` | `chart_sheet`, `chart_anchor`, `source_sheet`, `series_title_ref`, `category_ref`, `baseline_value_ref`, `candidate_value_ref` | One relationship-bound DrawingML chart retains its host, anchor, title/category references, source worksheet cells, and every package member except its chart part while raw `c:ser/c:val/c:numRef/c:f` moves between declared local value ranges. The validator does not calculate, refresh, or render a chart. |
|
| 70 |
| `external_workbook_link_update_policy_changed` | `sheet`, `cell`, `formula`, `baseline_update_links`, `candidate_update_links` | The declared external-workbook formula remains unchanged while raw `workbookPr/@updateLinks` changes exactly from `never` to `always`; all other stored `workbookPr` attributes are unchanged. The validator does not resolve the source workbook. |
|
| 71 |
| `array_formula_mode_changed` | `sheet`, `cell`, `formula`, `baseline_mode`, `candidate_mode`, `baseline_output_range`, `candidate_output_range` | The declared unchanged array anchor moves from `legacy_cse` to `dynamic`, with its stored formula text and output range exactly as declared. The validator reads the raw OOXML cell-metadata binding. |
|
| 72 |
| `static_cycle_introduced` | `cells` | Every declared direct A1 cell reaches itself in the local static dependency graph. |
|
|
|
|
| 170 |
the subtotal, infer a visible row set, or claim a display, copy, chart, or
|
| 171 |
print result.
|
| 172 |
|
| 173 |
+
## DrawingML chart-series source references
|
| 174 |
+
|
| 175 |
+
Microsoft's [series-editing guidance](https://support.microsoft.com/en-US/Excel/rename-a-data-series)
|
| 176 |
+
allows a user to change a chart's series values without changing the worksheet
|
| 177 |
+
data. The Open XML [`NumberReference` definition](https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.charts.numberreference?view=openxml-3.0.1)
|
| 178 |
+
contains the stored formula reference used by a numeric chart series. That
|
| 179 |
+
creates a report-review surface outside ordinary cell diffs.
|
| 180 |
+
|
| 181 |
+
WCAB's chart pair starts with one `Dashboard!D2` chart bound through the
|
| 182 |
+
worksheet drawing relationship to one DrawingML chart part. Its title and
|
| 183 |
+
category references remain `Source!B1` and `Source!$A$2:$A$4`; only the one
|
| 184 |
+
numeric series value reference moves from `Source!$B$2:$B$4` to
|
| 185 |
+
`Source!$C$2:$C$4`. Both source columns, all worksheet cells, the drawing
|
| 186 |
+
anchor, calculation properties, and every package member outside
|
| 187 |
+
`xl/charts/chart1.xml` remain fixed. The validator follows only that generated
|
| 188 |
+
worksheet-to-drawing-to-chart relationship chain, compares the chart XML after
|
| 189 |
+
erasing the one declared reference, and never evaluates a chart formula,
|
| 190 |
+
calculates cells, refreshes data, renders a chart, infers a visual difference,
|
| 191 |
+
or claims client behavior.
|
| 192 |
+
|
| 193 |
## Iterative calculation
|
| 194 |
|
| 195 |
Open XML stores calculation controls in
|
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 |
-
- Eighty 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
|
| 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
|
|
@@ -53,6 +53,13 @@ Results:
|
|
| 53 |
`Dashboard!B4` formula are unchanged while raw `refreshOnLoad` changes from
|
| 54 |
false to true. The validation run did not open Excel, refresh a cache,
|
| 55 |
calculate or render a PivotTable, or infer a report result.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
- The external-workbook-link policy pair has identical package members except
|
| 57 |
for `xl/workbook.xml`; both archives pass ZIP integrity checks and remain
|
| 58 |
readable by openpyxl. Its unchanged `LinkedModel!B2` formula names the
|
|
@@ -99,7 +106,7 @@ Results:
|
|
| 99 |
|
| 100 |
## Distribution supplement
|
| 101 |
|
| 102 |
-
The 0.
|
| 103 |
the tool-neutral observation protocol at version 2. Each catalogue row retains
|
| 104 |
the schema-version-3 truth contract and includes byte counts and SHA-256
|
| 105 |
digests for the workbooks it names.
|
|
@@ -107,11 +114,11 @@ digests for the workbooks it names.
|
|
| 107 |
Commands:
|
| 108 |
|
| 109 |
```bash
|
| 110 |
-
python -m build --outdir /tmp/wcab-
|
| 111 |
-
twine check /tmp/wcab-
|
| 112 |
python -m venv /tmp/wcab-wheel-test
|
| 113 |
/tmp/wcab-wheel-test/bin/python -m pip install \
|
| 114 |
-
/tmp/wcab-
|
| 115 |
/tmp/wcab-wheel-test/bin/wcab validate --fixtures fixtures
|
| 116 |
/tmp/wcab-wheel-test/bin/wcab manifest --fixtures fixtures --output /tmp/manifest.jsonl
|
| 117 |
cmp fixtures/manifest.jsonl /tmp/manifest.jsonl
|
|
@@ -125,14 +132,14 @@ Results:
|
|
| 125 |
|
| 126 |
- The source distribution and universal wheel passed `twine check`.
|
| 127 |
- Fresh Python 3.13 wheel and source-distribution installations both reported
|
| 128 |
-
version 0.
|
| 129 |
byte-identical JSONL output.
|
| 130 |
-
- The full eighty-test suite, lint, and format checks passed locally under
|
| 131 |
Python 3.13 and in hosted release CI under Python 3.10 and 3.13.
|
| 132 |
- The generated unsupported template scored as zero analyzed coverage, zero
|
| 133 |
expected-fact recall, and zero coverage-disclosure recall, confirming that
|
| 134 |
unsupported cases cannot become a pass.
|
| 135 |
-
- The FormulaFence normalizer emitted
|
| 136 |
unmapped fact, three matched coverage declarations, and no invented review
|
| 137 |
disposition.
|
| 138 |
|
|
@@ -147,9 +154,9 @@ wcab formulafence --fixtures fixtures --strict
|
|
| 147 |
|
| 148 |
Results:
|
| 149 |
|
| 150 |
-
- All
|
| 151 |
- All three mappable coverage expectations were matched; no mapped fact,
|
| 152 |
-
coverage expectation, or targeted lint rule was missed across all
|
| 153 |
- The schema-version-2 structured Table scope case was observed as a
|
| 154 |
`table_definition_changed` diff, even though its summary formula text stays
|
| 155 |
unchanged.
|
|
@@ -171,6 +178,15 @@ Results:
|
|
| 171 |
emitted no parser warning. WCAB's independent raw validation established the
|
| 172 |
source and PivotTable binding, stable stored cells, and cache-definition-only
|
| 173 |
package change. Neither report refreshed or rendered a PivotTable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
- The WCAB 0.8 external-workbook-link policy case was observed as one exact
|
| 175 |
`external_data_refresh_settings_changed` transition in `FF023`: only
|
| 176 |
`update_links` moved from `never` to `always`; `allow_refresh_query`,
|
|
|
|
| 1 |
# Validation record
|
| 2 |
|
| 3 |
+
This record describes the WCAB 0.15.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 |
+
- 30 cases: 29 paired-workbook cases and one directory portfolio case.
|
| 36 |
+
- 32 observable truth facts across 25 `block` and five `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 |
+
- 93 generated fixture files: 62 workbooks, 30 truth manifests, and one JSONL
|
| 41 |
case catalogue, all generated from source.
|
| 42 |
+
- Eighty-seven 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 30 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
|
|
|
|
| 53 |
`Dashboard!B4` formula are unchanged while raw `refreshOnLoad` changes from
|
| 54 |
false to true. The validation run did not open Excel, refresh a cache,
|
| 55 |
calculate or render a PivotTable, or infer a report result.
|
| 56 |
+
- The chart-series pair has identical package members except for
|
| 57 |
+
`xl/charts/chart1.xml`; both archives pass ZIP integrity checks and remain
|
| 58 |
+
readable by openpyxl. Its `Dashboard!D2` anchor, title/category references,
|
| 59 |
+
source cells, and all worksheet parts remain unchanged while raw
|
| 60 |
+
`c:ser/c:val/c:numRef/c:f` moves from `Source!$B$2:$B$4` to
|
| 61 |
+
`Source!$C$2:$C$4`. The validation run did not open Excel, calculate source
|
| 62 |
+
cells, refresh chart data, render a chart, or infer a visual difference.
|
| 63 |
- The external-workbook-link policy pair has identical package members except
|
| 64 |
for `xl/workbook.xml`; both archives pass ZIP integrity checks and remain
|
| 65 |
readable by openpyxl. Its unchanged `LinkedModel!B2` formula names the
|
|
|
|
| 106 |
|
| 107 |
## Distribution supplement
|
| 108 |
|
| 109 |
+
The 0.15.0 release retains the one-row-per-case `manifest.jsonl` catalogue and
|
| 110 |
the tool-neutral observation protocol at version 2. Each catalogue row retains
|
| 111 |
the schema-version-3 truth contract and includes byte counts and SHA-256
|
| 112 |
digests for the workbooks it names.
|
|
|
|
| 114 |
Commands:
|
| 115 |
|
| 116 |
```bash
|
| 117 |
+
python -m build --outdir /tmp/wcab-v015-dist
|
| 118 |
+
twine check /tmp/wcab-v015-dist/*
|
| 119 |
python -m venv /tmp/wcab-wheel-test
|
| 120 |
/tmp/wcab-wheel-test/bin/python -m pip install \
|
| 121 |
+
/tmp/wcab-v015-dist/workbook_change_benchmark-0.15.0-py3-none-any.whl
|
| 122 |
/tmp/wcab-wheel-test/bin/wcab validate --fixtures fixtures
|
| 123 |
/tmp/wcab-wheel-test/bin/wcab manifest --fixtures fixtures --output /tmp/manifest.jsonl
|
| 124 |
cmp fixtures/manifest.jsonl /tmp/manifest.jsonl
|
|
|
|
| 132 |
|
| 133 |
- The source distribution and universal wheel passed `twine check`.
|
| 134 |
- Fresh Python 3.13 wheel and source-distribution installations both reported
|
| 135 |
+
version 0.15.0 and validated all 30 fixtures; the wheel emitted
|
| 136 |
byte-identical JSONL output.
|
| 137 |
+
- The full eighty-seven-test suite, lint, and format checks passed locally under
|
| 138 |
Python 3.13 and in hosted release CI under Python 3.10 and 3.13.
|
| 139 |
- The generated unsupported template scored as zero analyzed coverage, zero
|
| 140 |
expected-fact recall, and zero coverage-disclosure recall, confirming that
|
| 141 |
unsupported cases cannot become a pass.
|
| 142 |
+
- The FormulaFence normalizer emitted 31 matched facts, one intentionally
|
| 143 |
unmapped fact, three matched coverage declarations, and no invented review
|
| 144 |
disposition.
|
| 145 |
|
|
|
|
| 154 |
|
| 155 |
Results:
|
| 156 |
|
| 157 |
+
- All 31 currently mappable diff/portfolio facts were observed.
|
| 158 |
- All three mappable coverage expectations were matched; no mapped fact,
|
| 159 |
+
coverage expectation, or targeted lint rule was missed across all 30 cases.
|
| 160 |
- The schema-version-2 structured Table scope case was observed as a
|
| 161 |
`table_definition_changed` diff, even though its summary formula text stays
|
| 162 |
unchanged.
|
|
|
|
| 178 |
emitted no parser warning. WCAB's independent raw validation established the
|
| 179 |
source and PivotTable binding, stable stored cells, and cache-definition-only
|
| 180 |
package change. Neither report refreshed or rendered a PivotTable.
|
| 181 |
+
- The WCAB 0.15 chart-series case was observed as one exact
|
| 182 |
+
`chart_definitions_changed` record and `FF030`. FormulaFence's redacted
|
| 183 |
+
profile retained one host sheet, drawing, legacy chart, and series; three
|
| 184 |
+
data references; no chart cache; and no related payloads, while only its
|
| 185 |
+
chart-definition material changed. FormulaFence did not expose the source
|
| 186 |
+
formula or a visual result. WCAB independently established the local
|
| 187 |
+
relationship chain, `D2` anchor, title/category references, exact value
|
| 188 |
+
reference transition, and chart-part-only package change. Neither report
|
| 189 |
+
calculated or rendered a chart.
|
| 190 |
- The WCAB 0.8 external-workbook-link policy case was observed as one exact
|
| 191 |
`external_data_refresh_settings_changed` transition in `FF023`: only
|
| 192 |
`update_links` moved from `never` to `always`; `allow_refresh_query`,
|
fixtures/manifest.jsonl
CHANGED
|
@@ -21,6 +21,7 @@
|
|
| 21 |
{"baseline_files":[{"bytes":5465,"path":"operations/sumifs_range_shape/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5469,"path":"operations/sumifs_range_shape/candidate.xlsx","sha256":"618613d92e354f3e7ccc7ef07d4c33f0f1b6ffeccbbd9e3f68e0b54c6dffb7c2"}],"case_path":"operations/sumifs_range_shape","coverage":["The range-shape defect is deliberately static and does not require evaluating SUMIFS."],"coverage_expectations":[],"facts":[{"cell":"H6","kind":"formula_changed","sheet":"Operations"}],"family":"operations","id":"operations.sumifs_range_shape","must_reach":[],"review_expectation":"block","schema_version":3,"title":"A conditional aggregate has mismatched static ranges","topology":"pair"}
|
| 22 |
{"baseline_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/baseline/drivers.xlsx","sha256":"c2e6b4e9b2d70578ffd55df2de557107c55cf699fd1f94b54516c2f2854d3c99"},{"bytes":4996,"path":"portfolio/external_driver_value_change/baseline/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"candidate_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/candidate/drivers.xlsx","sha256":"0de0551f28366457c428b24b073074821576ea226841d5dd6f40c1d67c97c552"},{"bytes":4996,"path":"portfolio/external_driver_value_change/candidate/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"case_path":"portfolio/external_driver_value_change","coverage":["The target workbook is present only as a local sibling; no network or filesystem path resolution is permitted."],"coverage_expectations":[],"facts":[{"cell":"B2","kind":"portfolio_value_changed","sheet":"Inputs","workbook":"drivers.xlsx"},{"cell":"B2","kind":"portfolio_external_reference","sheet":"Summary","target_workbook":"drivers.xlsx","workbook":"model.xlsx"}],"family":"portfolio","id":"portfolio.external_driver_value_change","must_reach":[],"review_expectation":"review","schema_version":3,"title":"An upstream workbook driver changes while a downstream workbook consumes it","topology":"portfolio"}
|
| 23 |
{"baseline_files":[{"bytes":5941,"path":"structural/array_formula_mode_changed/baseline.xlsx","sha256":"e6dbd55fac6f09fd7bdc79bf2311df9c6498742b0c7be20772650ec3ab1d7328"}],"candidate_files":[{"bytes":6510,"path":"structural/array_formula_mode_changed/candidate.xlsx","sha256":"b9b149c015e51225538dcef761dc3aab093cffb6d379d4521703455509dea0ba"}],"case_path":"structural/array_formula_mode_changed","coverage":["The legacy CSE range and the candidate's currently stored output range coincide; a dynamic array can resize or be blocked when Excel recalculates.","The validator checks stored formula mode and metadata only. It does not calculate a result, predict a future spill extent, identify blockers, or assert client-version compatibility."],"coverage_expectations":[],"facts":[{"baseline_mode":"legacy_cse","baseline_output_range":"B1:B3","candidate_mode":"dynamic","candidate_output_range":"B1:B3","cell":"B1","formula":"=LEN(Inputs!A1:A3)","kind":"array_formula_mode_changed","sheet":"Model"}],"family":"structural","id":"structural.array_formula_mode_changed","must_reach":[{"source":{"cell":"B1","sheet":"Model"},"targets":[{"cell":"B2","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged array formula switches from fixed CSE to dynamic spill semantics","topology":"pair"}
|
|
|
|
| 24 |
{"baseline_files":[{"bytes":6419,"path":"structural/dynamic_reference_introduced/baseline.xlsx","sha256":"1e291d291d05eadf41435e87a2b43e4f3f4013e03ba75c48b69c92e4811f4501"}],"candidate_files":[{"bytes":6434,"path":"structural/dynamic_reference_introduced/candidate.xlsx","sha256":"2d02d979257a346c5e1a236b687ce826ed23652a2012f93a46e9c1918459ee8e"}],"case_path":"structural/dynamic_reference_introduced","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate that text or claim complete target resolution.","The scoreable coverage expectation requires an explicit static-dependency boundary disclosure, not a universal formula-evaluation claim."],"coverage_expectations":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_reference_static_coverage","sheet":"Summary"}],"facts":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_formula_reference_added","sheet":"Summary"}],"family":"structural","id":"structural.dynamic_reference_introduced","must_reach":[{"source":{"cell":"B2","sheet":"Summary"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A direct output reference becomes an INDIRECT-driven reference","topology":"pair"}
|
| 25 |
{"baseline_files":[{"bytes":5444,"path":"structural/formula_rewrite_after_column_insert/baseline.xlsx","sha256":"fdb943445413906a89a7d2f130479c76d4832d9d5fe5e29f48e14a20e179ef77"}],"candidate_files":[{"bytes":5470,"path":"structural/formula_rewrite_after_column_insert/candidate.xlsx","sha256":"2557635a4d87da56f488709390d1c6fdef754228549d3d9bf19a74ef8882df72"}],"case_path":"structural/formula_rewrite_after_column_insert","coverage":["The fixture declares equivalent logical input positions but does not prove general Excel semantic equivalence."],"coverage_expectations":[],"facts":[{"baseline":{"cell":"D5","formula":"=B5*C5","sheet":"Model"},"candidate":{"cell":"E5","formula":"=B5*D5","sheet":"Model"},"kind":"structural_formula_rewrite"}],"family":"structural","id":"structural.formula_rewrite_after_column_insert","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A column insertion rewrites formulas while retaining the declared inputs","topology":"pair"}
|
| 26 |
{"baseline_files":[{"bytes":6444,"path":"structural/indirect_reference_driver_changed/baseline.xlsx","sha256":"1b87328d43dfc38cfc4541a45f7717033737a13883f3af5fbb128a70e3b365a4"}],"candidate_files":[{"bytes":6445,"path":"structural/indirect_reference_driver_changed/candidate.xlsx","sha256":"970b0e8f54ea7afb1b4289c13d8977c614fa1074e589e056bf23bd24b5811b62"}],"case_path":"structural/indirect_reference_driver_changed","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate or calculate the selected address.","The unchanged formula still directly reads the changed driver, but its effective target selection is outside a complete static dependency graph."],"coverage_expectations":[{"driver":{"cell":"E12","sheet":"Inputs"},"formula":{"cell":"B2","sheet":"Summary"},"functions":["INDIRECT"],"kind":"dynamic_reference_driver_changed"}],"facts":[{"cell":"E12","kind":"value_changed","sheet":"Inputs"}],"family":"structural","id":"structural.indirect_reference_driver_changed","must_reach":[{"source":{"cell":"E12","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Summary"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged INDIRECT formula receives a different address driver","topology":"pair"}
|
|
|
|
| 21 |
{"baseline_files":[{"bytes":5465,"path":"operations/sumifs_range_shape/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5469,"path":"operations/sumifs_range_shape/candidate.xlsx","sha256":"618613d92e354f3e7ccc7ef07d4c33f0f1b6ffeccbbd9e3f68e0b54c6dffb7c2"}],"case_path":"operations/sumifs_range_shape","coverage":["The range-shape defect is deliberately static and does not require evaluating SUMIFS."],"coverage_expectations":[],"facts":[{"cell":"H6","kind":"formula_changed","sheet":"Operations"}],"family":"operations","id":"operations.sumifs_range_shape","must_reach":[],"review_expectation":"block","schema_version":3,"title":"A conditional aggregate has mismatched static ranges","topology":"pair"}
|
| 22 |
{"baseline_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/baseline/drivers.xlsx","sha256":"c2e6b4e9b2d70578ffd55df2de557107c55cf699fd1f94b54516c2f2854d3c99"},{"bytes":4996,"path":"portfolio/external_driver_value_change/baseline/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"candidate_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/candidate/drivers.xlsx","sha256":"0de0551f28366457c428b24b073074821576ea226841d5dd6f40c1d67c97c552"},{"bytes":4996,"path":"portfolio/external_driver_value_change/candidate/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"case_path":"portfolio/external_driver_value_change","coverage":["The target workbook is present only as a local sibling; no network or filesystem path resolution is permitted."],"coverage_expectations":[],"facts":[{"cell":"B2","kind":"portfolio_value_changed","sheet":"Inputs","workbook":"drivers.xlsx"},{"cell":"B2","kind":"portfolio_external_reference","sheet":"Summary","target_workbook":"drivers.xlsx","workbook":"model.xlsx"}],"family":"portfolio","id":"portfolio.external_driver_value_change","must_reach":[],"review_expectation":"review","schema_version":3,"title":"An upstream workbook driver changes while a downstream workbook consumes it","topology":"portfolio"}
|
| 23 |
{"baseline_files":[{"bytes":5941,"path":"structural/array_formula_mode_changed/baseline.xlsx","sha256":"e6dbd55fac6f09fd7bdc79bf2311df9c6498742b0c7be20772650ec3ab1d7328"}],"candidate_files":[{"bytes":6510,"path":"structural/array_formula_mode_changed/candidate.xlsx","sha256":"b9b149c015e51225538dcef761dc3aab093cffb6d379d4521703455509dea0ba"}],"case_path":"structural/array_formula_mode_changed","coverage":["The legacy CSE range and the candidate's currently stored output range coincide; a dynamic array can resize or be blocked when Excel recalculates.","The validator checks stored formula mode and metadata only. It does not calculate a result, predict a future spill extent, identify blockers, or assert client-version compatibility."],"coverage_expectations":[],"facts":[{"baseline_mode":"legacy_cse","baseline_output_range":"B1:B3","candidate_mode":"dynamic","candidate_output_range":"B1:B3","cell":"B1","formula":"=LEN(Inputs!A1:A3)","kind":"array_formula_mode_changed","sheet":"Model"}],"family":"structural","id":"structural.array_formula_mode_changed","must_reach":[{"source":{"cell":"B1","sheet":"Model"},"targets":[{"cell":"B2","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged array formula switches from fixed CSE to dynamic spill semantics","topology":"pair"}
|
| 24 |
+
{"baseline_files":[{"bytes":7154,"path":"structural/chart_series_reference_changed/baseline.xlsx","sha256":"007acec1ad609b529b666789200cef53e31359a7640ed0bbf45866a8fa78047e"}],"candidate_files":[{"bytes":7154,"path":"structural/chart_series_reference_changed/candidate.xlsx","sha256":"7566c299b6a6dad299a0b49b6a84eb21a9b0b99f81adaebff8b8c751eab0fc2b"}],"case_path":"structural/chart_series_reference_changed","coverage":["The pair changes only the raw DrawingML c:ser/c:val/c:numRef/c:f value-reference text in one chart part. It does not edit worksheet cells, chart anchor, category/title references, or calculation properties.","A chart-series source reference is stored report-binding evidence. WCAB does not open Excel, calculate values, refresh chart data, render a chart, infer a visual difference, or claim any client will use the stored reference.","The validator follows the local worksheet-to-drawing-to-chart relationship chain and compares raw chart XML after removing the declared value reference. It does not resolve arbitrary chart formulas or add chart references to the formula dependency graph."],"coverage_expectations":[],"facts":[{"baseline_value_ref":"'Source'!$B$2:$B$4","candidate_value_ref":"'Source'!$C$2:$C$4","category_ref":"'Source'!$A$2:$A$4","chart_anchor":"D2","chart_sheet":"Dashboard","kind":"chart_series_value_reference_changed","series_title_ref":"'Source'!B1","source_sheet":"Source"}],"family":"structural","id":"structural.chart_series_reference_changed","must_reach":[],"review_expectation":"block","schema_version":3,"title":"A dashboard chart switches to a different local value series","topology":"pair"}
|
| 25 |
{"baseline_files":[{"bytes":6419,"path":"structural/dynamic_reference_introduced/baseline.xlsx","sha256":"1e291d291d05eadf41435e87a2b43e4f3f4013e03ba75c48b69c92e4811f4501"}],"candidate_files":[{"bytes":6434,"path":"structural/dynamic_reference_introduced/candidate.xlsx","sha256":"2d02d979257a346c5e1a236b687ce826ed23652a2012f93a46e9c1918459ee8e"}],"case_path":"structural/dynamic_reference_introduced","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate that text or claim complete target resolution.","The scoreable coverage expectation requires an explicit static-dependency boundary disclosure, not a universal formula-evaluation claim."],"coverage_expectations":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_reference_static_coverage","sheet":"Summary"}],"facts":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_formula_reference_added","sheet":"Summary"}],"family":"structural","id":"structural.dynamic_reference_introduced","must_reach":[{"source":{"cell":"B2","sheet":"Summary"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A direct output reference becomes an INDIRECT-driven reference","topology":"pair"}
|
| 26 |
{"baseline_files":[{"bytes":5444,"path":"structural/formula_rewrite_after_column_insert/baseline.xlsx","sha256":"fdb943445413906a89a7d2f130479c76d4832d9d5fe5e29f48e14a20e179ef77"}],"candidate_files":[{"bytes":5470,"path":"structural/formula_rewrite_after_column_insert/candidate.xlsx","sha256":"2557635a4d87da56f488709390d1c6fdef754228549d3d9bf19a74ef8882df72"}],"case_path":"structural/formula_rewrite_after_column_insert","coverage":["The fixture declares equivalent logical input positions but does not prove general Excel semantic equivalence."],"coverage_expectations":[],"facts":[{"baseline":{"cell":"D5","formula":"=B5*C5","sheet":"Model"},"candidate":{"cell":"E5","formula":"=B5*D5","sheet":"Model"},"kind":"structural_formula_rewrite"}],"family":"structural","id":"structural.formula_rewrite_after_column_insert","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A column insertion rewrites formulas while retaining the declared inputs","topology":"pair"}
|
| 27 |
{"baseline_files":[{"bytes":6444,"path":"structural/indirect_reference_driver_changed/baseline.xlsx","sha256":"1b87328d43dfc38cfc4541a45f7717033737a13883f3af5fbb128a70e3b365a4"}],"candidate_files":[{"bytes":6445,"path":"structural/indirect_reference_driver_changed/candidate.xlsx","sha256":"970b0e8f54ea7afb1b4289c13d8977c614fa1074e589e056bf23bd24b5811b62"}],"case_path":"structural/indirect_reference_driver_changed","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate or calculate the selected address.","The unchanged formula still directly reads the changed driver, but its effective target selection is outside a complete static dependency graph."],"coverage_expectations":[{"driver":{"cell":"E12","sheet":"Inputs"},"formula":{"cell":"B2","sheet":"Summary"},"functions":["INDIRECT"],"kind":"dynamic_reference_driver_changed"}],"facts":[{"cell":"E12","kind":"value_changed","sheet":"Inputs"}],"family":"structural","id":"structural.indirect_reference_driver_changed","must_reach":[{"source":{"cell":"E12","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Summary"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged INDIRECT formula receives a different address driver","topology":"pair"}
|
fixtures/structural/chart_series_reference_changed/baseline.xlsx
ADDED
|
Binary file (7.15 kB). View file
|
|
|
fixtures/structural/chart_series_reference_changed/candidate.xlsx
ADDED
|
Binary file (7.15 kB). View file
|
|
|
fixtures/structural/chart_series_reference_changed/truth.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"coverage": [
|
| 3 |
+
"The pair changes only the raw DrawingML c:ser/c:val/c:numRef/c:f value-reference text in one chart part. It does not edit worksheet cells, chart anchor, category/title references, or calculation properties.",
|
| 4 |
+
"A chart-series source reference is stored report-binding evidence. WCAB does not open Excel, calculate values, refresh chart data, render a chart, infer a visual difference, or claim any client will use the stored reference.",
|
| 5 |
+
"The validator follows the local worksheet-to-drawing-to-chart relationship chain and compares raw chart XML after removing the declared value reference. It does not resolve arbitrary chart formulas or add chart references to the formula dependency graph."
|
| 6 |
+
],
|
| 7 |
+
"coverage_expectations": [],
|
| 8 |
+
"facts": [
|
| 9 |
+
{
|
| 10 |
+
"baseline_value_ref": "'Source'!$B$2:$B$4",
|
| 11 |
+
"candidate_value_ref": "'Source'!$C$2:$C$4",
|
| 12 |
+
"category_ref": "'Source'!$A$2:$A$4",
|
| 13 |
+
"chart_anchor": "D2",
|
| 14 |
+
"chart_sheet": "Dashboard",
|
| 15 |
+
"kind": "chart_series_value_reference_changed",
|
| 16 |
+
"series_title_ref": "'Source'!B1",
|
| 17 |
+
"source_sheet": "Source"
|
| 18 |
+
}
|
| 19 |
+
],
|
| 20 |
+
"family": "structural",
|
| 21 |
+
"id": "structural.chart_series_reference_changed",
|
| 22 |
+
"must_reach": [],
|
| 23 |
+
"review_expectation": "block",
|
| 24 |
+
"schema_version": 3,
|
| 25 |
+
"title": "A dashboard chart switches to a different local value series",
|
| 26 |
+
"topology": "pair"
|
| 27 |
+
}
|
manifest.jsonl
CHANGED
|
@@ -21,6 +21,7 @@
|
|
| 21 |
{"baseline_files":[{"bytes":5465,"path":"operations/sumifs_range_shape/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5469,"path":"operations/sumifs_range_shape/candidate.xlsx","sha256":"618613d92e354f3e7ccc7ef07d4c33f0f1b6ffeccbbd9e3f68e0b54c6dffb7c2"}],"case_path":"operations/sumifs_range_shape","coverage":["The range-shape defect is deliberately static and does not require evaluating SUMIFS."],"coverage_expectations":[],"facts":[{"cell":"H6","kind":"formula_changed","sheet":"Operations"}],"family":"operations","id":"operations.sumifs_range_shape","must_reach":[],"review_expectation":"block","schema_version":3,"title":"A conditional aggregate has mismatched static ranges","topology":"pair"}
|
| 22 |
{"baseline_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/baseline/drivers.xlsx","sha256":"c2e6b4e9b2d70578ffd55df2de557107c55cf699fd1f94b54516c2f2854d3c99"},{"bytes":4996,"path":"portfolio/external_driver_value_change/baseline/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"candidate_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/candidate/drivers.xlsx","sha256":"0de0551f28366457c428b24b073074821576ea226841d5dd6f40c1d67c97c552"},{"bytes":4996,"path":"portfolio/external_driver_value_change/candidate/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"case_path":"portfolio/external_driver_value_change","coverage":["The target workbook is present only as a local sibling; no network or filesystem path resolution is permitted."],"coverage_expectations":[],"facts":[{"cell":"B2","kind":"portfolio_value_changed","sheet":"Inputs","workbook":"drivers.xlsx"},{"cell":"B2","kind":"portfolio_external_reference","sheet":"Summary","target_workbook":"drivers.xlsx","workbook":"model.xlsx"}],"family":"portfolio","id":"portfolio.external_driver_value_change","must_reach":[],"review_expectation":"review","schema_version":3,"title":"An upstream workbook driver changes while a downstream workbook consumes it","topology":"portfolio"}
|
| 23 |
{"baseline_files":[{"bytes":5941,"path":"structural/array_formula_mode_changed/baseline.xlsx","sha256":"e6dbd55fac6f09fd7bdc79bf2311df9c6498742b0c7be20772650ec3ab1d7328"}],"candidate_files":[{"bytes":6510,"path":"structural/array_formula_mode_changed/candidate.xlsx","sha256":"b9b149c015e51225538dcef761dc3aab093cffb6d379d4521703455509dea0ba"}],"case_path":"structural/array_formula_mode_changed","coverage":["The legacy CSE range and the candidate's currently stored output range coincide; a dynamic array can resize or be blocked when Excel recalculates.","The validator checks stored formula mode and metadata only. It does not calculate a result, predict a future spill extent, identify blockers, or assert client-version compatibility."],"coverage_expectations":[],"facts":[{"baseline_mode":"legacy_cse","baseline_output_range":"B1:B3","candidate_mode":"dynamic","candidate_output_range":"B1:B3","cell":"B1","formula":"=LEN(Inputs!A1:A3)","kind":"array_formula_mode_changed","sheet":"Model"}],"family":"structural","id":"structural.array_formula_mode_changed","must_reach":[{"source":{"cell":"B1","sheet":"Model"},"targets":[{"cell":"B2","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged array formula switches from fixed CSE to dynamic spill semantics","topology":"pair"}
|
|
|
|
| 24 |
{"baseline_files":[{"bytes":6419,"path":"structural/dynamic_reference_introduced/baseline.xlsx","sha256":"1e291d291d05eadf41435e87a2b43e4f3f4013e03ba75c48b69c92e4811f4501"}],"candidate_files":[{"bytes":6434,"path":"structural/dynamic_reference_introduced/candidate.xlsx","sha256":"2d02d979257a346c5e1a236b687ce826ed23652a2012f93a46e9c1918459ee8e"}],"case_path":"structural/dynamic_reference_introduced","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate that text or claim complete target resolution.","The scoreable coverage expectation requires an explicit static-dependency boundary disclosure, not a universal formula-evaluation claim."],"coverage_expectations":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_reference_static_coverage","sheet":"Summary"}],"facts":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_formula_reference_added","sheet":"Summary"}],"family":"structural","id":"structural.dynamic_reference_introduced","must_reach":[{"source":{"cell":"B2","sheet":"Summary"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A direct output reference becomes an INDIRECT-driven reference","topology":"pair"}
|
| 25 |
{"baseline_files":[{"bytes":5444,"path":"structural/formula_rewrite_after_column_insert/baseline.xlsx","sha256":"fdb943445413906a89a7d2f130479c76d4832d9d5fe5e29f48e14a20e179ef77"}],"candidate_files":[{"bytes":5470,"path":"structural/formula_rewrite_after_column_insert/candidate.xlsx","sha256":"2557635a4d87da56f488709390d1c6fdef754228549d3d9bf19a74ef8882df72"}],"case_path":"structural/formula_rewrite_after_column_insert","coverage":["The fixture declares equivalent logical input positions but does not prove general Excel semantic equivalence."],"coverage_expectations":[],"facts":[{"baseline":{"cell":"D5","formula":"=B5*C5","sheet":"Model"},"candidate":{"cell":"E5","formula":"=B5*D5","sheet":"Model"},"kind":"structural_formula_rewrite"}],"family":"structural","id":"structural.formula_rewrite_after_column_insert","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A column insertion rewrites formulas while retaining the declared inputs","topology":"pair"}
|
| 26 |
{"baseline_files":[{"bytes":6444,"path":"structural/indirect_reference_driver_changed/baseline.xlsx","sha256":"1b87328d43dfc38cfc4541a45f7717033737a13883f3af5fbb128a70e3b365a4"}],"candidate_files":[{"bytes":6445,"path":"structural/indirect_reference_driver_changed/candidate.xlsx","sha256":"970b0e8f54ea7afb1b4289c13d8977c614fa1074e589e056bf23bd24b5811b62"}],"case_path":"structural/indirect_reference_driver_changed","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate or calculate the selected address.","The unchanged formula still directly reads the changed driver, but its effective target selection is outside a complete static dependency graph."],"coverage_expectations":[{"driver":{"cell":"E12","sheet":"Inputs"},"formula":{"cell":"B2","sheet":"Summary"},"functions":["INDIRECT"],"kind":"dynamic_reference_driver_changed"}],"facts":[{"cell":"E12","kind":"value_changed","sheet":"Inputs"}],"family":"structural","id":"structural.indirect_reference_driver_changed","must_reach":[{"source":{"cell":"E12","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Summary"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged INDIRECT formula receives a different address driver","topology":"pair"}
|
|
|
|
| 21 |
{"baseline_files":[{"bytes":5465,"path":"operations/sumifs_range_shape/baseline.xlsx","sha256":"1fab22c80b1384cfe921e75c858934204435c31d7b5c67766c984289610901db"}],"candidate_files":[{"bytes":5469,"path":"operations/sumifs_range_shape/candidate.xlsx","sha256":"618613d92e354f3e7ccc7ef07d4c33f0f1b6ffeccbbd9e3f68e0b54c6dffb7c2"}],"case_path":"operations/sumifs_range_shape","coverage":["The range-shape defect is deliberately static and does not require evaluating SUMIFS."],"coverage_expectations":[],"facts":[{"cell":"H6","kind":"formula_changed","sheet":"Operations"}],"family":"operations","id":"operations.sumifs_range_shape","must_reach":[],"review_expectation":"block","schema_version":3,"title":"A conditional aggregate has mismatched static ranges","topology":"pair"}
|
| 22 |
{"baseline_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/baseline/drivers.xlsx","sha256":"c2e6b4e9b2d70578ffd55df2de557107c55cf699fd1f94b54516c2f2854d3c99"},{"bytes":4996,"path":"portfolio/external_driver_value_change/baseline/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"candidate_files":[{"bytes":4931,"path":"portfolio/external_driver_value_change/candidate/drivers.xlsx","sha256":"0de0551f28366457c428b24b073074821576ea226841d5dd6f40c1d67c97c552"},{"bytes":4996,"path":"portfolio/external_driver_value_change/candidate/model.xlsx","sha256":"7f253818e74ca955160ac3bbcfa4c7c25537f677fe157f9e2e30457c159ff21a"}],"case_path":"portfolio/external_driver_value_change","coverage":["The target workbook is present only as a local sibling; no network or filesystem path resolution is permitted."],"coverage_expectations":[],"facts":[{"cell":"B2","kind":"portfolio_value_changed","sheet":"Inputs","workbook":"drivers.xlsx"},{"cell":"B2","kind":"portfolio_external_reference","sheet":"Summary","target_workbook":"drivers.xlsx","workbook":"model.xlsx"}],"family":"portfolio","id":"portfolio.external_driver_value_change","must_reach":[],"review_expectation":"review","schema_version":3,"title":"An upstream workbook driver changes while a downstream workbook consumes it","topology":"portfolio"}
|
| 23 |
{"baseline_files":[{"bytes":5941,"path":"structural/array_formula_mode_changed/baseline.xlsx","sha256":"e6dbd55fac6f09fd7bdc79bf2311df9c6498742b0c7be20772650ec3ab1d7328"}],"candidate_files":[{"bytes":6510,"path":"structural/array_formula_mode_changed/candidate.xlsx","sha256":"b9b149c015e51225538dcef761dc3aab093cffb6d379d4521703455509dea0ba"}],"case_path":"structural/array_formula_mode_changed","coverage":["The legacy CSE range and the candidate's currently stored output range coincide; a dynamic array can resize or be blocked when Excel recalculates.","The validator checks stored formula mode and metadata only. It does not calculate a result, predict a future spill extent, identify blockers, or assert client-version compatibility."],"coverage_expectations":[],"facts":[{"baseline_mode":"legacy_cse","baseline_output_range":"B1:B3","candidate_mode":"dynamic","candidate_output_range":"B1:B3","cell":"B1","formula":"=LEN(Inputs!A1:A3)","kind":"array_formula_mode_changed","sheet":"Model"}],"family":"structural","id":"structural.array_formula_mode_changed","must_reach":[{"source":{"cell":"B1","sheet":"Model"},"targets":[{"cell":"B2","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged array formula switches from fixed CSE to dynamic spill semantics","topology":"pair"}
|
| 24 |
+
{"baseline_files":[{"bytes":7154,"path":"structural/chart_series_reference_changed/baseline.xlsx","sha256":"007acec1ad609b529b666789200cef53e31359a7640ed0bbf45866a8fa78047e"}],"candidate_files":[{"bytes":7154,"path":"structural/chart_series_reference_changed/candidate.xlsx","sha256":"7566c299b6a6dad299a0b49b6a84eb21a9b0b99f81adaebff8b8c751eab0fc2b"}],"case_path":"structural/chart_series_reference_changed","coverage":["The pair changes only the raw DrawingML c:ser/c:val/c:numRef/c:f value-reference text in one chart part. It does not edit worksheet cells, chart anchor, category/title references, or calculation properties.","A chart-series source reference is stored report-binding evidence. WCAB does not open Excel, calculate values, refresh chart data, render a chart, infer a visual difference, or claim any client will use the stored reference.","The validator follows the local worksheet-to-drawing-to-chart relationship chain and compares raw chart XML after removing the declared value reference. It does not resolve arbitrary chart formulas or add chart references to the formula dependency graph."],"coverage_expectations":[],"facts":[{"baseline_value_ref":"'Source'!$B$2:$B$4","candidate_value_ref":"'Source'!$C$2:$C$4","category_ref":"'Source'!$A$2:$A$4","chart_anchor":"D2","chart_sheet":"Dashboard","kind":"chart_series_value_reference_changed","series_title_ref":"'Source'!B1","source_sheet":"Source"}],"family":"structural","id":"structural.chart_series_reference_changed","must_reach":[],"review_expectation":"block","schema_version":3,"title":"A dashboard chart switches to a different local value series","topology":"pair"}
|
| 25 |
{"baseline_files":[{"bytes":6419,"path":"structural/dynamic_reference_introduced/baseline.xlsx","sha256":"1e291d291d05eadf41435e87a2b43e4f3f4013e03ba75c48b69c92e4811f4501"}],"candidate_files":[{"bytes":6434,"path":"structural/dynamic_reference_introduced/candidate.xlsx","sha256":"2d02d979257a346c5e1a236b687ce826ed23652a2012f93a46e9c1918459ee8e"}],"case_path":"structural/dynamic_reference_introduced","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate that text or claim complete target resolution.","The scoreable coverage expectation requires an explicit static-dependency boundary disclosure, not a universal formula-evaluation claim."],"coverage_expectations":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_reference_static_coverage","sheet":"Summary"}],"facts":[{"cell":"B2","functions":["INDIRECT"],"kind":"dynamic_formula_reference_added","sheet":"Summary"}],"family":"structural","id":"structural.dynamic_reference_introduced","must_reach":[{"source":{"cell":"B2","sheet":"Summary"},"targets":[{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"A direct output reference becomes an INDIRECT-driven reference","topology":"pair"}
|
| 26 |
{"baseline_files":[{"bytes":5444,"path":"structural/formula_rewrite_after_column_insert/baseline.xlsx","sha256":"fdb943445413906a89a7d2f130479c76d4832d9d5fe5e29f48e14a20e179ef77"}],"candidate_files":[{"bytes":5470,"path":"structural/formula_rewrite_after_column_insert/candidate.xlsx","sha256":"2557635a4d87da56f488709390d1c6fdef754228549d3d9bf19a74ef8882df72"}],"case_path":"structural/formula_rewrite_after_column_insert","coverage":["The fixture declares equivalent logical input positions but does not prove general Excel semantic equivalence."],"coverage_expectations":[],"facts":[{"baseline":{"cell":"D5","formula":"=B5*C5","sheet":"Model"},"candidate":{"cell":"E5","formula":"=B5*D5","sheet":"Model"},"kind":"structural_formula_rewrite"}],"family":"structural","id":"structural.formula_rewrite_after_column_insert","must_reach":[],"review_expectation":"review","schema_version":3,"title":"A column insertion rewrites formulas while retaining the declared inputs","topology":"pair"}
|
| 27 |
{"baseline_files":[{"bytes":6444,"path":"structural/indirect_reference_driver_changed/baseline.xlsx","sha256":"1b87328d43dfc38cfc4541a45f7717033737a13883f3af5fbb128a70e3b365a4"}],"candidate_files":[{"bytes":6445,"path":"structural/indirect_reference_driver_changed/candidate.xlsx","sha256":"970b0e8f54ea7afb1b4289c13d8977c614fa1074e589e056bf23bd24b5811b62"}],"case_path":"structural/indirect_reference_driver_changed","coverage":["INDIRECT returns a reference from workbook text; this fixture does not evaluate or calculate the selected address.","The unchanged formula still directly reads the changed driver, but its effective target selection is outside a complete static dependency graph."],"coverage_expectations":[{"driver":{"cell":"E12","sheet":"Inputs"},"formula":{"cell":"B2","sheet":"Summary"},"functions":["INDIRECT"],"kind":"dynamic_reference_driver_changed"}],"facts":[{"cell":"E12","kind":"value_changed","sheet":"Inputs"}],"family":"structural","id":"structural.indirect_reference_driver_changed","must_reach":[{"source":{"cell":"E12","sheet":"Inputs"},"targets":[{"cell":"B2","sheet":"Summary"},{"cell":"B4","sheet":"Dashboard"}]}],"review_expectation":"block","schema_version":3,"title":"An unchanged INDIRECT formula receives a different address driver","topology":"pair"}
|