Hello,
I actually have a python code to read and retrieve data values into a dictionary using import CSV and DictReader.
Simple datas well organized of customers (name, email, phone…)
It works great, but I would like to know if reading data from EXCEL file could be done easily? (to avoid export in csv the excel base file)
Which import need I use?
I would like to have a cross system between MAC and PC
Thank you for your helps
3 posts - 2 participants