Posted 26 February 2026, 4:34 am EST
When a cell contains an object value, we can use formulas with the dot operator to access the properties of that object (for example: =G10.User.Address.Home).
According to the documentation:
https://developer.mescius.com/spreadjs/docs/formulareference/FormulaFunctions/other-functions/property-function#dot-operator
If the cell contains an object value that includes an array, can we access an array element by specifying its index in brackets? For example: =G10.User.Addresses[2].Home?
