I am using xlrd to create spreadsheets. On a website, a user will be able to create a custom report and download that xls file.
Usually, I am storing files on S3, but in this case, is there a way not to store the file anywhere and just give it directly to the user? Or how should I do this if I don't want to use S3 to save the file?