Hi there. I am attempting to Save from the Spreadsheet control after loading a created XlsIO spreadsheet. The sheet renders correctly in the browser, but when go to Save, the SaveSettings passed to my Controller is always null.
The is the function that I am using to load the created XlsIO into the Spreadsheet control (which works great)


Leading to this output:

When going to File > Save > Excel, I get this

I am only attempting to download the file that was just opened (for a preview, with possible modifications). Any help would be appreciated!
Thanks, Jon