Working with excel spreadsheets
Learn how to work with spreadsheets:
-
Read Spreadsheet file and automate stuff
-
working with openpyxl( io module to) : create, read, write
-
learned"
- module = .py file
- Package = collection of modules. must contain init.py file
- Library = collection of packages.
- Tasks:
- List each company with respective product count
- List products with inventroy less than 10
- List each company with respective total inventory value
- Write to spreadsjeet: Calculate and write inventory value for each product into spreadsheet