Update en version docs for File.Recalc, RecalcCell, RecalcOptions, ErrCellNoFormula, and 3D range support#31
Open
krystophny wants to merge 1 commit into
Open
Conversation
…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>
This was referenced Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
RecalcOptionstype prose and code block inen/cell.md(alongsideFormulaOpts)Recalculate formula cellsection documentingRecalcCellRecalculate workbooksection documentingRecalc(with scoping examples)ErrCellNoFormulaentry inen/variables.mdCalculate cell valuesectionen/SUMMARY.mdOnly 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:
RecalcCell+ErrCellNoFormula(closes Add (*File).RecalcCell to persist a single formula cell's cached value qax-os/excelize#2307)Recalcwhole-workbook (closes Add (*File).Recalc to evaluate formulas and persist cached values qax-os/excelize#2303)RecalcOptionsscoping (closes Add RecalcOptions{Sheet, Ref} to scope File.Recalc qax-os/excelize#2308)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 toCalcCellValuelikewise deserves a note so users know which aggregates understand the new shape. Without these entries, the PRs cannot truthfully tick the "documentation updated" checkbox.