Hi there!
I need to set the data for newly created rows (via context menu’s Insert row below
option or by pasting more rows into the spreadsheet than currently is there). I need new rows to have formulas wit properly formatted formulas (e.g. for second row =A2+B2
, for third =A3+B3
) and text cells values (formulas from hyperformula
). I’ve tried using dataSchema
and the result is:
- New rows (added by context menu or by pasting) are properly added but the formulas cells display the text representation of the formulas instead of calculated value. EXAMPLE
How can I make formulas to calculate the value with dataSchema
? Is there another way of setting default value of newly created rows?
I am using React.