Tag

Excel Automation

0 views collected around this technical thread.

Model Perspective
Model Perspective
Apr 1, 2025 · Fundamentals

Unlock Excel’s Power: A Complete Guide to Python in Excel

Python in Excel lets Microsoft 365 users write and run Python code directly within spreadsheets, offering built-in libraries for data analysis, visualization, and machine learning, with cloud execution, seamless cell integration, step‑by‑step activation, sample code, library support, data import, troubleshooting, and practical tips.

Excel AutomationMatplotlibPython in Excel
0 likes · 12 min read
Unlock Excel’s Power: A Complete Guide to Python in Excel
Test Development Learning Exchange
Test Development Learning Exchange
Oct 17, 2024 · Operations

Python Scripts for Automating HR Recruitment Processes with Excel and Email

This guide demonstrates how HR recruiters can use Python and libraries such as pandas and openpyxl to create, read, modify, and manage Excel candidate data, perform filtering, grouping, charting, and automatically send interview notification emails, thereby streamlining recruitment workflows.

Data ProcessingEmail NotificationExcel Automation
0 likes · 14 min read
Python Scripts for Automating HR Recruitment Processes with Excel and Email
Test Development Learning Exchange
Test Development Learning Exchange
Jun 30, 2024 · Fundamentals

Theoretical Part: Python and Excel Chart Automation

This article introduces how to automate Excel chart generation using Python libraries like pandas and openpyxl, enabling efficient data visualization and analysis.

Data VisualizationExcel AutomationPython
0 likes · 4 min read
Theoretical Part: Python and Excel Chart Automation
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.

Data ProcessingExcel AutomationPython
0 likes · 10 min read
Automating Excel Reports with Python xlwings and pandas
Python Programming Learning Circle
Python Programming Learning Circle
Mar 23, 2022 · Operations

Automating Excel Rental Statement Generation with Python, pandas, xlwings, and PyInstaller

This tutorial demonstrates how to split a master Excel rent ledger into per‑room Excel files, automatically adjust column widths and borders, capture each sheet as an image using xlwings and Pillow, and finally package the script into a standalone executable for distribution.

Excel Automationimage generationpandas
0 likes · 9 min read
Automating Excel Rental Statement Generation with Python, pandas, xlwings, and PyInstaller
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.

Excel AutomationPythondata analysis
0 likes · 22 min read
Python xlwings & pandas tutorials for batch sorting, summarizing, and statistical analysis of Excel workbooks
Python Programming Learning Circle
Python Programming Learning Circle
Sep 3, 2021 · Fundamentals

Automating Excel with Python xlwings: Batch Create, Rename, Print, and Split Workbooks

This tutorial demonstrates how to use Python's xlwings library to programmatically create, save, list, rename, print, and split Excel workbooks and worksheets, providing practical code examples for automating common spreadsheet tasks and improving workflow efficiency.

Excel AutomationPythonbatch processing
0 likes · 5 min read
Automating Excel with Python xlwings: Batch Create, Rename, Print, and Split Workbooks
Test Development Learning Exchange
Test Development Learning Exchange
Jun 19, 2018 · Big Data

Python Script for Excel Data Validation and Cross-Referencing

This article presents a Python script for validating and cross-referencing data between Excel files, particularly useful for big data testing scenarios where developers need to verify filtered data accuracy.

Excel AutomationPythonbig data testing
0 likes · 3 min read
Python Script for Excel Data Validation and Cross-Referencing