Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python how to read a xlsx file

import pandas as pd

df = pd.read_excel (r'Path where the Excel file is storedFile name.xlsx')
print (df)
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #python #read #xlsx #file
ADD COMMENT
Topic
Name
9+8 =