Tagged articles
12 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2022 · Fundamentals

Automating Excel Reports with Python xlwings and pandas

This article demonstrates how to replace tedious manual Excel reporting by using Python libraries pandas and xlwings to read multiple sheets, merge data, write the combined DataFrame back to Excel, and apply conditional formatting such as font colors, borders, and cell shading based on statistical thresholds.

Excel AutomationPythondata-processing
0 likes · 10 min read
Automating Excel Reports with Python xlwings and pandas
Python Crawling & Data Mining
Python Crawling & Data Mining
Jan 22, 2022 · Fundamentals

Can Python Replace VBA? Master Excel Automation with xlwings

This article compares VBA and Python for Excel automation, explains why Python is called a glue language, introduces key Python packages like xlwings, demonstrates code examples for creating worksheets and charts, outlines xlwings features, and discusses its learning curve and recommended resources.

Excel AutomationScriptingVBA
0 likes · 8 min read
Can Python Replace VBA? Master Excel Automation with xlwings
Python Programming Learning Circle
Python Programming Learning Circle
Jan 15, 2022 · Fundamentals

Python xlwings & pandas tutorials for batch sorting, summarizing, and statistical analysis of Excel workbooks

This article presents a series of Python examples using xlwings and pandas to batch‑sort worksheets, filter and aggregate data across multiple workbooks, compute summary statistics, perform correlation, ANOVA, regression, and generate pivot tables and visualizations, illustrating practical Excel automation and data‑analysis techniques.

data-analysisexcel-automationmachine-learning
0 likes · 22 min read
Python xlwings & pandas tutorials for batch sorting, summarizing, and statistical analysis of Excel workbooks
MaGe Linux Operations
MaGe Linux Operations
Sep 30, 2021 · Operations

Boost Your Productivity: Automate Excel with Python and xlwings

This guide demonstrates how to use Python's xlwings library to programmatically create, rename, list, print, and split Excel workbooks and worksheets, enabling batch processing and automation that significantly improves efficiency for repetitive spreadsheet tasks.

Batch ProcessingExcel AutomationScripting
0 likes · 5 min read
Boost Your Productivity: Automate Excel with Python and xlwings