Hi Sangeetha,
Thank you for your response. I thought this would work out of the box like it does with your grid component (as soon as the data changes on the server, the changes are reflected in the grid). Nonetheless, I coded a logic to detect changes between the new received data and the data that already exists in the spreadsheet to apply the changes manually using updateCell method like you suggested. However, the updateCell method doesn't seem to work on a cell that has wrapping enabled...
In my created() event, one of the lines enables wraping :
this.spreadsheetObj.wrap('A17:E17', true);The updateCell method doesn't work on this cell. If I comment it out, it works just fine, but then again the text in my cell will overflow outside of the cell instead of breaking to the next line.
Here is a demo :
Thanks,
Remy