0
Reading data from Excell with python
How can someone read and manipulate data from microsoft excel.
2 Antworten
+ 5
If you need to manipulate an excel sheet, you can use separate modules like xlwings from:
https://www.xlwings.org/
+ 3
Yes, use Pandas,
df=pd.read_excel(PATH\FileName.xlsx)
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html