workbook = xlrd.open_workbook(file_contents=customer_excel.file.read())
xlrd是一个库,用于从Excel文件中读取数据和格式化信息,用户读取.xls格式的文件 所有在用户前端传过来的文件格式必须是.xls格式