How to Read Excel Data in Python. Openpyxl Tutorial #2

preview_player
Показать описание
This video will teach you how to read Excel data in Python using the Openpyxl package. Learn the different ways to read single or multiple cells at the same time and quickly access the data you need. With these tips, you'll be able to integrate Excel data into your Python programs with ease.
Рекомендации по теме
Комментарии
Автор

you indian guys on youtube are awesome. kind regards from argentina

alejomorand
Автор

What about I have large number of columns e.g. A1:ZZZ1000. In loop how many variable I can create. Is there any other way to fatch value from range. Also how to SaveAs file as .csv?

hemantgosai
Автор

how could u comment them out all at once at 5:40?

hasfiz
Автор

how can I repeat an action as long as there are values in the cells, like : you check for column c row 1 whether theres value and repeat it for column c until theres no value ?

joschuaalexanderthies
Автор

How to make the same thing only with one column? ws['A1':'A10']? I tried to do it, but it show me an error

KWALKIN-