Skip to content

Update en version docs for File.Recalc, RecalcCell, RecalcOptions, ErrCellNoFormula, and 3D range support#31

Open
krystophny wants to merge 1 commit into
xuri:masterfrom
krystophny:2303-recalc-docs
Open

Update en version docs for File.Recalc, RecalcCell, RecalcOptions, ErrCellNoFormula, and 3D range support#31
krystophny wants to merge 1 commit into
xuri:masterfrom
krystophny:2303-recalc-docs

Conversation

@krystophny
Copy link
Copy Markdown

Description

Adds reference entries to the English docs for the new public surface introduced in the companion xuri/excelize PRs under umbrella issue qax-os/excelize#2303:

  • RecalcOptions type prose and code block in en/cell.md (alongside FormulaOpts)
  • Recalculate formula cell section documenting RecalcCell
  • Recalculate workbook section documenting Recalc (with scoping examples)
  • ErrCellNoFormula entry in en/variables.md
  • A short note on 3D-range support in the Calculate cell value section
  • Two new navigation entries in en/SUMMARY.md

Only the English version is touched here, matching the project's usual rollout cadence (other language versions are typically propagated by the maintainer after the en version lands).

Related Issue

Tracks the same umbrella as the excelize code PRs:

Motivation and Context

Every new exported symbol introduced by those PRs — RecalcCell, Recalc, RecalcOptions, ErrCellNoFormula — needs reference prose on the docs site. The 3D-range extension to CalcCellValue likewise deserves a note so users know which aggregates understand the new shape. Without these entries, the PRs cannot truthfully tick the "documentation updated" checkbox.

…rCellNoFormula, and 3D range support

Adds reference entries for the new public surface introduced in
xuri/excelize PRs #2310, #2311, #2312, #2313:

  - RecalcOptions type prose and code block at the top of cell.md
  - Recalculate formula cell (RecalcCell) section
  - Recalculate workbook (Recalc) section with scoping examples
  - ErrCellNoFormula sentinel in variables.md
  - Note on 3D range support in the Calculate cell value section
  - SUMMARY.md navigation entries for the two new functions

Follow-up updates for other language versions will happen
separately, matching the project's usual rollout cadence.

Signed-off-by: Christopher Albert <albert@tugraz.at>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

2 participants