Utility functions to tests Microsoft Excel books
Project description
Ensure Microsoft Excel books content with pytest
Ensure that two Microsoft Excel files have the same cell types and content in every sheet.
import tesxcel def test_excel_file_using_path(): tesxcel.assert_excel_content("/path/to/the/first_file.xlsx", "/path/to/the/second_file.xlsx") def test_excel_file_using_content(): received_excel_content: bytes = None tesxcel.assert_excel_content(received_excel_content, "/path/to/the/excel_file_to_compare.xlsx")
How to install
- python 3.6+ must be installed
- Use pip to install module:
python -m pip install tesxcel
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size tesxcel-2.3.0-py3-none-any.whl (4.0 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size tesxcel-2.3.0.tar.gz (2.9 kB) | File type Source | Python version None | Upload date | Hashes View hashes |