Excel files with Python

Use Excel spreadsheets with Python



Platform: Udemy
Status: Available
Duration: 31 Minutes

Price: $19.99 $0.00


Note: Udemy FREE coupon codes are valid for maximum 3 days only. Look for "Get Coupon" orange button at the end of Description. This post may have affiliate link & we may get small commission if you make a purchase.

Notice for Our Visitors in INDIA:
If Udemy Coupon is 100% OFF but it is not FREE when you go to Udemy Website, please follow the below instructions to make it work. This is mainly affecting visitors that has INDIA as a Country of Residence in their profile in Udemy.

Steps:
1. Use VPN (Virtual Private Network) & Select Another Country like USA.
2. Clear udemy.com website cookies from your browser or You can also use incognito mode or different browser like Opera which has inbuilt VPN.
3. After making a VPN Connection, Create a new Udemy Account.
4. Then go to your desired Course Page & Apply Coupon.
5. If the Coupon is successfully applied, then Continue the process & Enter the VPN Country.
6. Enjoy your Free Course!

What you'll learn

  • How to use Excel files with Python
  • Read/Write Excel files with code
  • Create charts from code
Requirements
  • Basic Python knowledge
Description
Excel a widely available program belonging to the Microsoft Office software suite, used for creating and plotting spreadsheets. The format used by Excel is xls or xlsx. As office suite you can use Excel, LibreOffice, Google Sheets or any of the other office programs. The focus of this course is on Python with Excel, not on the office suite. This works on any platform including Apple Mac OS X, Microsoft Windows and Linux.

In this course you will learn how to use Python for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files. It allows to read and write the whole essense of Excel files without limitation. Reading Excel files (both .xlsx and the legacy .xls format); writing Excel files in both legacy .xls format or the new .xlsx format; reading cell values;

After completing this course you can create Excel files from code, read Excel files with Python, add images to your Excel file from code, create all kinds of charts and more.

This is an intermediate level course that teaches you how to work with Excel in Python (openpyxl). You should already know the basics of the Python programming language before starting this course.

You should use the latest Python version, version Python 3.9.5 is used in the course.

Who this course is for:

  • Beginners Python developers curious about data science