Read in an excel file

Hello! I am trying to read in an excel file and turn the file’s lines into a list of lists. Using csv.reader(), does anyone know where I should begin?? Thanks!!

@caldwell.646,

Have you tried a google search
at the stackoverflow.com site,
which is used by a lot of programmers

== discussions / opinions ==
python how to use csv.reader() site:stackoverflow.com

I have tried, but I can’t find exactly how to do it. I am very new to coding, unfortunately.