# Grep Excel
[](https://pypi.org/project/grep-excel/)
ExcelGrep is an utility for searching through Excel files in a directory (including nested directories) to find cells that match a specified pattern.
## Features
- **Search Pattern:** Find cells containing a specified string pattern.
- **Exclude Pattern:** Optionally exclude matches that contain a specified string pattern.
- **Print Row Data:** Optionally print the entire row data of matching cells.
- **Progress Tracking:** Displays progress information for scanning files and cells.
- **Performance Metrics:** Shows elapsed time for scanning and overall progress.
## Installation
You can install the package using pip:
```sh
pip install grep_excel
```
## Usage
To use the grep_excel, run the following command:
```sh
grep-excel ./your_directory "pattern_to_search" --exclude "pattern_to_exclude" --print-row
```
## Arguments
## Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Write tests for your changes.
- Ensure all tests pass.
- Submit a pull request.
### Development
To set up a development environment:
#### Clone the repository:
```sh
git clone https://github.com/stenzr/grep_excel
cd grep_excel
```
#### Create a virtual environment and activate it:
```sh
Copy code
python3 -m venv venv
source venv/bin/activate
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/stenzr/grep_excel",
"name": "grep-excel",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Rohit Kumar",
"author_email": "rkrohitkr01@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/44/19/81e99c11c617473016af98a92e85244bffc0e26918bff7851ef120ac9296/grep_excel-1.0.0.tar.gz",
"platform": null,
"description": "# Grep Excel\n\n[](https://pypi.org/project/grep-excel/)\n\nExcelGrep is an utility for searching through Excel files in a directory (including nested directories) to find cells that match a specified pattern.\n\n## Features\n\n- **Search Pattern:** Find cells containing a specified string pattern.\n- **Exclude Pattern:** Optionally exclude matches that contain a specified string pattern.\n- **Print Row Data:** Optionally print the entire row data of matching cells.\n- **Progress Tracking:** Displays progress information for scanning files and cells.\n- **Performance Metrics:** Shows elapsed time for scanning and overall progress.\n\n\n## Installation\n\nYou can install the package using pip:\n\n```sh\npip install grep_excel\n```\n\n## Usage\n\nTo use the grep_excel, run the following command:\n\n```sh\ngrep-excel ./your_directory \"pattern_to_search\" --exclude \"pattern_to_exclude\" --print-row\n\n```\n\n## Arguments\n\n\n## Contributing\nContributions are welcome! Please follow these steps:\n\n- Fork the repository.\n- Create a new branch for your feature or bug fix.\n- Make your changes.\n- Write tests for your changes.\n- Ensure all tests pass.\n- Submit a pull request.\n\n### Development\nTo set up a development environment:\n\n#### Clone the repository:\n\n```sh\ngit clone https://github.com/stenzr/grep_excel\ncd grep_excel\n```\n\n#### Create a virtual environment and activate it:\n\n```sh\nCopy code\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A grep-like utility for searching Excel files",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/stenzr/grep_excel"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "808d75c9d04db871d2391d8b560030672159779ca70df95ec6b99ac4603931b2",
"md5": "bd41e58c54b11ada65d957a2f8e38e8f",
"sha256": "a637e0c034ccb36fe9ce479d03273c904db5c33120dcf1738c3bbd60cd5d2df3"
},
"downloads": -1,
"filename": "grep_excel-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bd41e58c54b11ada65d957a2f8e38e8f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4766,
"upload_time": "2024-08-13T16:06:04",
"upload_time_iso_8601": "2024-08-13T16:06:04.376973Z",
"url": "https://files.pythonhosted.org/packages/80/8d/75c9d04db871d2391d8b560030672159779ca70df95ec6b99ac4603931b2/grep_excel-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "441981e99c11c617473016af98a92e85244bffc0e26918bff7851ef120ac9296",
"md5": "7733d51d42728609ff3e0641140e2c08",
"sha256": "e53bcdf872fc19f3d8a4db05908d4d025a2377707a4a2d2e9862283eab222748"
},
"downloads": -1,
"filename": "grep_excel-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7733d51d42728609ff3e0641140e2c08",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4218,
"upload_time": "2024-08-13T16:06:05",
"upload_time_iso_8601": "2024-08-13T16:06:05.965747Z",
"url": "https://files.pythonhosted.org/packages/44/19/81e99c11c617473016af98a92e85244bffc0e26918bff7851ef120ac9296/grep_excel-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-13 16:06:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stenzr",
"github_project": "grep_excel",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "grep-excel"
}