Python-Automation-with-openpyxl
Using openpyxl in Python, performed following tasks on an Excel Sheet containing Product Suppliers along with their product inventory and pricing :
Task 1. List the number of products provided by supplier
Task 2. Total inventory value per supplier
Task 3. Obtaining products having inventory value less than 10
Task 4. Adding/Writing new content in the Excel Sheet