This project requires the following Python packages:
argparse
(standard library)os
(standard library)sys
(standard library)pandas
openpyxl
python -m venv ./env_for_testing
source ./env_for_testing/bin/activate
You can install the required packages using pip
. It is recommended to use a virtual environment to manage your dependencies.
pip install -r requirements.txt
python extracting_from_excel_database.py --excel_filename db_template.xlsx --out_dir C:\Users\work_folder --out_filename filtered_db.xlsx --time_filter min
python3 extracting_from_excel_database.py --excel_filename db_template.xlsx --out_dir C:\Users\work_folder --out_filename filtered_db.xlsx --time_filter min
python extracting_from_excel_database.py -h
python3 extracting_from_excel_database.py -h