Posted 13 July 2023, 8:43 am EST
Hello,
Please note that the json schema of SpreadJS json format is for internal use in SpreadJS. It is not recommended to use it to read or get the state of the Sheet and Spread as it may change in future implementations for optimizations purpose. These are the internal implementation of the SpreadJS to optimize the formula references and increase the performance of Calc Engine. So it is not recommended to directly change or alter the json of the spread(workbook) since it may break the defined structures and cause issues. If you need to get the state or formulas from cells, you should use the APIs which are exposed by SpreadJS. This is to ensure consistency.
Please let us know if you face any issues.