摘要: def excel_ajax(request): response = HttpResponse() response['Content Disposition'] = 'attachment;filename=export_agencycustomer.xls' wb = xlwt.Work... 阅读全文
posted @ 2015-10-30 00:25 gopher-lin 阅读(229) 评论(0) 推荐(0) 编辑