read_xlrd(excelFile=excelFile) 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 结果 如果在项目中使用则可将内容方法稍为做修改,获得所有的数据后,将每一行数据作为数组进行返回 # coding=utf-8 importxlrd defread_xlrd(excelFile): data = xlrd.open_wo...