Skip to content

Helper functions to easily search for Excel-Cells by value, color, formatting or else ✨

License

Notifications You must be signed in to change notification settings

JonasHablitzel/fuzzpyxl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzpyxl

When dealing with Excelfiles inside python or pandas it is sometimes hard because not all files follow the same conventions. This libary should help to deal with these kind of problems. It enables you to find Excel rows, by value, formatting, color or else and go from there.

Internally it is based on openpyxl.

Documentation

To build the documentation run:

poetry run mkdocs build --strict --verbose 

Developement

First install a Python interpreter and then poetry The following command s can be used for testing linting and other stuff

# First Setup
poetry install #install all the libaries in a venv for this project

# DEV Workflow
poetry run test # Run test suite
poetry run test_report #Run all the tests and create an coverage.xml file, wich can be inspected with the VSCode Extension coverage-gutters
poetry run black . # format all the files in this dir with black
poetry run lint # run the linter on this project
poetry run typecheck # typecheck this project(mypy)
poetry run python your_script.py # runs your script with the current venv 
poetry export -f requirements.txt --without-hashes --output requirements.txt #create requierements.txt file from the poetry lock
poetry run pytest --cov=fuzzpyxl  --cov-report=xml tests 

About

Helper functions to easily search for Excel-Cells by value, color, formatting or else ✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages