1, how to read completely? (just want to with pd. Read_excel method)
2, each version of excel file storage most line number is how many?
3, how to judge the excel in python version?
Thank you very much!!!!!!!!!!
CodePudding user response:
# installation openpyxl
# PIP install openpyxl
Engine # designated processing Excel file, the default use XLRD
The import pandas as pd
Df=pd read_excel (' datas. XLSX, engine='openpyxl')
https://blog.csdn.net/pythoncxy/article/details/100038420