FIX: Updates docs and minor fixes (#474)

This commit is contained in:
Nicolás Hatcher Andrés
2025-10-22 02:30:28 +02:00
committed by GitHub
parent fad8bc7d0c
commit f6b7af3555
5 changed files with 464 additions and 726 deletions

View File

@@ -68,6 +68,8 @@ Using IronCalc, a complex number is a string of the form "1+j3".
## Arrays
## Ranges
## References
A reference is a pointer to a single cell or a range of cells. The reference can either be entered manually, for example "A4", or as the result of a calculation, such as the OFFSET Function or the INDIRECT Function. A reference can also be built, for example with the Colon (\:) Operator.