Deleting the excel file

If we use the aspose.excel facility in a website, all the created files will be saved in the temporary internet folder and as such any one can view the created file if he take it from that folder. is there a way to prevent this?

Hi

can’t you use memory streaming when saving the file ? :

Excel.Save(“Invoice.xls”, SaveType.OpenInBrowser, FileFormatType.Default, Me.Response)