Hi
Gayathri,
I actually have the saving functionality same as you proposed beforehand.
Okay, my point is to pass the spreadsheet as stream from the frontend to the backend.
as it's the case with the "DocumentEditor" component, I use a function called
saveAsBlob() which is responsible for converting the document blob of data. which happens very fast.
Whereas in the "Spreadsheet" component it's taking too much time
Is there something similar to that in the spreadsheet component because it's so slow actually while loading or saving the spreadsheet
and when debugging I found out that this line taking a lot of time.:
var stream = Workbook.Save<Stream>(saveSettings);
Thanks,