Introduction to OpenpyXL Library [ Python and Microsoft Excel ]

  Рет қаралды 24,872

Bek Brace

Bek Brace

Күн бұрын

This is a quick introduction to "openpyxl" library.
You will be able to learn how to:
0- Introduction 00:00
1- Read from a single cell. 04:01
2- Read From Multiple Cells. 12:01
3- Create and Write on an Excel sheet. 19:22
4- Basic arithmetic operations. 30:33
Social Media
----------------------
Facebook : / bekbrace​​​​
Twitter : / bekbrace
Instagram : / bek_brace
/ theamirovic. .
DEV blog : dev.to/bekbrace​​​​
GitHub : github.com/BekBrace​​​
Reach out: info@bekbrace.com
Join this channel to get access to perks:
/ @bekbrace

Пікірлер: 48
@williamthatsmyname
@williamthatsmyname 2 жыл бұрын
Once again with a real world programming example. Thanks my dude.
@BekBrace
@BekBrace 2 жыл бұрын
Glad you liked it, my friend !
@metralios
@metralios Жыл бұрын
This tutorial is straight forward and informative. Thanks
@BekBrace
@BekBrace Жыл бұрын
Thank you very much for watching
@asha6175
@asha6175 2 жыл бұрын
Thanks Bek. It would be good to practice with a project
@BekBrace
@BekBrace 2 жыл бұрын
Thank you Asha
@nkunam
@nkunam Жыл бұрын
thank you. I learnt something today 🙏
@BekBrace
@BekBrace Жыл бұрын
This is great 👍
@monasser6
@monasser6 2 жыл бұрын
Thank you Bek for useful video
@BekBrace
@BekBrace 2 жыл бұрын
Thank You :)
@samirmishra9946
@samirmishra9946 2 жыл бұрын
You are great!:) Thanks for the tutorial.
@BekBrace
@BekBrace 2 жыл бұрын
Thank you so much Samir 🙏🙂
@Netrouzt
@Netrouzt Жыл бұрын
Sangat Mudah dipahami bagi Pemula!! Walaupun saya belum fasih berbahasa Inggris.. Melihat video ini, semua orang mudah paham.... Terimakasih dari Indonesia 🇮🇩
@BekBrace
@BekBrace Жыл бұрын
Thank you very much 😊
@user-mk6qi5ry3c
@user-mk6qi5ry3c 5 ай бұрын
Thank you for teach me a lot
@BekBrace
@BekBrace 5 ай бұрын
My pleasure, friend 🙏😊
@vasanthkumarkallannavar7594
@vasanthkumarkallannavar7594 3 ай бұрын
Thanks Bek, any command that reads the charts which are plotted in the excel file read them and save them to the device as image or figure ? any help ?
@BekBrace
@BekBrace 3 ай бұрын
Yes sure, I might create a comprehensive tutorial on the subject soon, stay tuned
@dennydraco
@dennydraco 2 жыл бұрын
Great Video. Also wanted to ask you about where you got your command prompt graphics from.
@BekBrace
@BekBrace 2 жыл бұрын
Thank You :) This is a link to a blog post I wrote on dev.to telling you how to customize your terminal like you want: dev.to/bekbrace/the-ultimate-powershell-terminal-guide-2li6
@lextrude
@lextrude 2 жыл бұрын
Thank you for the 'clear explanation. What can i do to read the result of a formula and not the fomula contained in the cell? I could not find a solution for this issue. I tried with the data_only set to True but it didn't work. Would appreciate the tip. :D
@BekBrace
@BekBrace 2 жыл бұрын
Thank you for you kind comment :) I will try to find a solution for this, as I'm not an expert in openpyxl, but whoever finds a solution first tells the other - ok ?
@RecapPlus
@RecapPlus 10 ай бұрын
Thank so much.
@BekBrace
@BekBrace 10 ай бұрын
You're welcome 🤗
@amitsangwan007
@amitsangwan007 Жыл бұрын
Why did u import Workbook and openpyxl Can't u only import openpyxl and use Workbook by openpyxl.Workbook?
@BekBrace
@BekBrace Жыл бұрын
Sure you can, i just tend to explicitly show everything to be as clear as possible for viewers who are less specialized. For clarity not more. Thanks Amit for your observation.
@ISOPOINTQCS
@ISOPOINTQCS Ай бұрын
Thanks for tutorial. I have a question: is wb.active prepair clear new sheet ? If yes' how I open existing sheet without clearing it ? Thank you !
@BekBrace
@BekBrace Ай бұрын
In openpyxl, the wb.active attribute refers to the currently active sheet within a workbook. If you want to create a new sheet without clearing any existing data, you can simply add a new sheet to the workbook using the create_sheet() method without specifying a position or name. Here's how you can do it: from openpyxl import Workbook wb = Workbook() new_sheet = wb.create_sheet() existing_sheet = wb["Existing Sheet Name"]
@ISOPOINTQCS
@ISOPOINTQCS Ай бұрын
@@BekBrace Thank you !!! 😍
@agmednassim9527
@agmednassim9527 2 жыл бұрын
👍 great
@BekBrace
@BekBrace 2 жыл бұрын
Thanks 🙏
@avgSE81
@avgSE81 11 ай бұрын
What font and theme do you use for VSCode?
@BekBrace
@BekBrace 11 ай бұрын
Font: Caskadiya Cove Theme: GitHub Dark
@gbvtech
@gbvtech 9 ай бұрын
hi, what theme are you using with posh theme terminal?
@BekBrace
@BekBrace 9 ай бұрын
This is a custom theme actually :) This is the link to the ps1 file: gist.github.com/BekBrace/ac293eccb3d0a7c1b56685c04f9a8010
@gbvtech
@gbvtech 9 ай бұрын
@@BekBrace thanks for sharing, i got it to work with windows terminal but the icons in the paths in the terminal in visual studio code does not show, only [] (square box) instead, i have already set it as a default , im using PowerShell (not windows powershell), any idea how to fix it?
@BekBrace
@BekBrace 9 ай бұрын
@@gbvtech no no, you should your powershell first. have you watched my powershell tutorial ? I explained everything there, and you will find where to put that file on your hard drive. check out: kzfaq.info/get/bejne/nNyZhsydtbGtmKc.html
@gbvtech
@gbvtech 9 ай бұрын
@@BekBrace got it all to work , my problem in visual studio code is i just needed to set the nerd font i was using in powershell to use also as the font in the terminal in visual studio code, the icons are showing properly now, thanks for sharing your powershell profile
@riazrr3981
@riazrr3981 Жыл бұрын
Hi dude is there a repo for this tutorial? thanks for the videos
@BekBrace
@BekBrace Жыл бұрын
Thanks for watching. As far as the reop, no there's none
@riazrr3981
@riazrr3981 Жыл бұрын
​​Thank you for getting back. Nice clean explanation.
@Jriad
@Jriad 5 ай бұрын
by any chance are you egyptian ? the names are screaming egypt
@BekBrace
@BekBrace 5 ай бұрын
I am Egyptian Copt indeed 🙂
@Jriad
@Jriad 5 ай бұрын
@@BekBrace i knew it 😏 great content btw
@adamdavies5237
@adamdavies5237 2 жыл бұрын
Many thanks!! Easy video ranking - P-R-O-M-O-S-M.
@BekBrace
@BekBrace 2 жыл бұрын
Thank You 🙏 Adam
Read & Write Excel Files Using Python  ||  Openpyxl Tutorial
57:24
Coders Arcade
Рет қаралды 21 М.
ДЕНЬ РОЖДЕНИЯ БАБУШКИ #shorts
00:19
Паша Осадчий
Рет қаралды 4,1 МЛН
Super sport🤯
00:15
Lexa_Merin
Рет қаралды 20 МЛН
Automate Excel With Python - Python Excel Tutorial (OpenPyXL)
38:02
Tech With Tim
Рет қаралды 1,5 МЛН
Python dictionaries are easy 📙
8:06
Bro Code
Рет қаралды 189 М.
Excel Automation Compare Pandas vs Openpyxl
1:26
Code Adhyayana
Рет қаралды 4,9 М.
New In Python 3.12: Type Statement
2:46
Indently
Рет қаралды 12 М.
How to Create & Use Excel Macros (Real world example)
10:09
Leila Gharani
Рет қаралды 1,6 МЛН
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Рет қаралды 222 М.
Дени против умной колонки😁
0:40
Deni & Mani
Рет қаралды 9 МЛН