Tagged articles
17 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.

DataProcessingExcelautomation
0 likes · 14 min read
Python Excel Automation: Using xlrd, xlwt, and xlutils for Reading, Writing, and Modifying Excel Files
Test Development Learning Exchange
Test Development Learning Exchange
Jun 2, 2023 · Backend Development

Using Python requests and xlwt for API Automation Testing

This article explains how to leverage Python's requests library for sending HTTP requests and xlwt for exporting test results to Excel, providing a complete example of an API automation testing framework that reads test cases from Excel, runs them with unittest, and generates a report.

api-testingunittestxlwt
0 likes · 9 min read
Using Python requests and xlwt for API Automation Testing