/excel-keyword-search

Search for a keyword across Excel files in a folder

Primary LanguagePython

Excel Keyword Search

Search for a keyword across Excel files in a folder

NOTE

This code was well tested on Ubuntu 23.10. Please make appropriate changes if you are on other platforms

Build

  1. Prerequisite: Python >= 3.11.6

  2. Create virtual environment

    python3 -m venv .venv

    Replace .venv with any name of your choice

  3. Activate the virtual environment

    source .venv/bin/activate
  4. Install dependencies

    python3 -m pip install -r requirements.txt
  5. Run the program

    python3 app/main.py