Tagged articles
23 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Apr 7, 2025 · Fundamentals

Python Excel Automation: Using xlrd, xlwt, and xlutils for Reading, Writing, and Modifying Excel Files

This article provides a comprehensive guide to Python Excel automation, comparing nine Excel libraries, and offering step‑by‑step tutorials with code examples for reading with xlrd, writing with xlwt, and copying/modifying workbooks with xlutils, including installation commands and formatting techniques.

AutomationDataProcessingExcel
0 likes · 14 min read
Python Excel Automation: Using xlrd, xlwt, and xlutils for Reading, Writing, and Modifying Excel Files
Python Programming Learning Circle
Python Programming Learning Circle
May 25, 2023 · Backend Development

Comprehensive Guide to Python Excel Libraries: xlrd, xlwt, xlutils, xlwings, openpyxl, XlsxWriter, win32com, and pandas

This article provides a detailed, step‑by‑step tutorial on using various Python libraries—including xlrd, xlwt, xlutils, xlwings, openpyxl, XlsxWriter, win32com, and pandas—to read, write, modify, and visualize Excel files, complete with installation commands, code examples, and practical tips for data handling and chart generation.

DataProcessingopenpyxlpandas
0 likes · 39 min read
Comprehensive Guide to Python Excel Libraries: xlrd, xlwt, xlutils, xlwings, openpyxl, XlsxWriter, win32com, and pandas
Python Programming Learning Circle
Python Programming Learning Circle
Jul 29, 2021 · Fundamentals

Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd

This tutorial walks through setting up a Python environment, installing libraries, creating and editing Word documents with python-docx, converting files and generating PDFs using win32com, extracting Excel data with xlrd, visualizing scores with matplotlib, and automating batch document generation with docx-mailmerge.

AutomationPythonpython-docx
0 likes · 19 min read
Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd
MaGe Linux Operations
MaGe Linux Operations
Jun 9, 2020 · Backend Development

How to Search Student Records in Excel Using Python xlrd

This tutorial demonstrates how to use Python's xlrd library to read an Excel file containing student records and retrieve a specific student's information by name or ID, covering installation, code walkthrough, and sample output.

ExcelSearchdata-processing
0 likes · 4 min read
How to Search Student Records in Excel Using Python xlrd
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 16, 2020 · Fundamentals

Master Python File & Excel Automation: Walk Directories, Merge Sheets, and Manage Data

This guide walks through using Python's os and pathlib modules to traverse directories, demonstrates how to combine file paths, shows practical examples of merging multiple Excel workbooks and sheets with pandas, xlrd, and xlsxwriter, and explains splitting a workbook by column values, providing complete code snippets and results.

ExcelPythonfile I/O
0 likes · 14 min read
Master Python File & Excel Automation: Walk Directories, Merge Sheets, and Manage Data
Test Development Learning Exchange
Test Development Learning Exchange
Jun 14, 2018 · Fundamentals

Using xlrd to Read Excel Files in Python

xlrd is a Python module for reading Excel files, and this guide explains how to install it, locate its documentation, and demonstrates basic operations such as opening a workbook, accessing sheets, retrieving rows, columns, and cell values with example code snippets.

data-processingxlrd
0 likes · 3 min read
Using xlrd to Read Excel Files in Python