Aspose.excel and page lifecycle

I am creating and writing an Excel file to the user of my web application in response to a button click. The file is built and sent to the client successfully, however I need to be able to complete the page lifecycle after this. I would like my web form to finish binding and rendering, however no response is received by the client after they receive the Excel file. Does the Save method of the Excel object call Response.End? How specifically does the Save method affect the lifecycle of a web form and its completion? I just want the rendering and transmission of my web form to continue as usual after the Excel file has been sent. Any help would be greatly appreciated. Thank you very much.

Nevermind. I did some more testing and found that the page lifecycle is not affected.