Automated HTML Email Generation Script Summary

Overview

I wrote a Python script to automate the generation of a formatted HTML email summarizing the weekly accomplishments of a team working on specific Jira Epics. It pulls raw data from Excel files synchronized from SharePoint, processes the data, and creates an HTML summary that can be pasted directly into a weekly email. As the work was done at a previous employer I'm not permitted to share the actual code.

Key Tasks Performed

Purpose

The purpose of this script is to save time and ensure consistency by automating the creation of weekly email summaries. What previously took several hours can now be done in seconds, ensuring smooth and efficient reporting.

Output Example

The email generated will include:

Conclusion

This script leverages pandas for data handling and ensures quick, consistent output. It enables teams to generate professional reports without manual formatting, saving valuable time.