Using the principles of classes and objects in Python's object-oriented programming, write a program for a limited liability company that calculates the wages of employees in various positions. The program should generate their salary slips and produce an Excel file listing all employee payments, which can be
pip install openpyxl
See Reference.