Skip to content

xiaodre21/extracting_from_excel_database

Repository files navigation

Extracting from excel database

Read me

Dependencies

This project requires the following Python packages:

  • argparse (standard library)
  • os (standard library)
  • sys (standard library)
  • pandas
  • openpyxl

Highly advised to create a python virtual environment

1 - Create a folder for the project (replace the folder by a chosen one)

python -m venv ./env_for_testing

2 - Navigate to the folder and enter the following command to activate the virtual environment

source ./env_for_testing/bin/activate

3 - Installation

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

Example of usage

Windows

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

MAC

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

To display the documentation, please use the code:

Windows

python extracting_from_excel_database.py -h

MAC

python3 extracting_from_excel_database.py -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages