Sir / Madam.
When saving the SFSpreadsheet and API call is made which contains a 'saveSettings' object. In that object is the field JSONData, which is a JSON representation of the Spreadsheet.
Is there anyway in the SFSpreadsheet to get this JSONData, without having the invoke 'SaveAs'?
The reason is, my SFSpreadsheet control is running in an Office Dialog box in an OfficeAddin. As such it runs in its own IFrame context, Invoking SaveAs in this environment saves the file, but can not return correctly to the correct context. This is is a limitation of the IFrame context, and not caused by Syncfusion. If I can extract the JSONData, then I can send this as a text stream back to my host context, and it can then invoke the API to save the excel file
James