I have a function that download a excel file in django: x= Y.objects.filter(pk__in=ids) response = HttpResponse(content_type='application/vnd.ms-excel') ...
確定! 回上一頁