If what you are trying to do is save the HTML for re-rendering, what is wrong with saving it, then just get it through the saved process and re-display it for them when necessary?
Say that you have an HTML page that can select some identifier from the list, either on the ThickBox page or in the selection option.
Usually for this kind of situation you are likely to query DB via $ Ajax, possibly JSon, or not.
Then the result sent back to the $ Ajax call will be your resulting data.
Then you replace the Div that holds your SpreadSheet with DB SpreadSheet.
So, in response to your original question, you can save SpreadSheet with some sort of identifier, saving it as HTML Div.
When you extract, you simply replace the HTML HTML with what you saved.
source share