Hello, all,
I'm helping one of my developers with a project, and I've got one requirement that I'm not entirely sure how to proceed with it.
The page in question runs a SELECT query from the database and displays the tabular information in a table. As the table is being generated, I'm using spreadsheetnew() and associated commands to create an Excel object from said data.
Now, it would be real easy to introduce code that would automatically offer the Excel object as a spreadsheet upon page load. What is being requested is for there to be a link to start that stream/download upon click; in case the user doesn't want to save or open the spreadsheet.
I don't want to run the query a second time to generate the Excel object. Is there a way for me to pass the Excel object to another page to start the stream/download?
V/r,
^_^