A package for editing Excel files for specific files
Project description
Excel Modify
Excel modifier is a Python package for editing Excel files. It provides a convenient interface to modify comments in Excel files, allowing users to update comments for specific cells.
Installation
You can install Excel modifier using pip:
pip install excel-modify
Usage
Quick Start
- Import the
ExcelModeclass from theexcel_modifypackage. - Initialize
ExcelModewith the path to your Excel file. - Use the
set_commentmethod to update the comment for a specific cell. - Save the changes using the
savemethod.
from excel_modify import ExcelMode
# Initialize ExcelMode with the path to your Excel file
excel_mode = ExcelMode(file_path='path/to/your/excel/file.xlsx',cell_comment="AV") # e.g. cell_comment = "AR"
# Set a comment in a specific cell
excel_mode.set_comment('7', 'This is a comment')
# Save the changes to the Excel file
excel_mode.save()
Features
- Edit Excel Comments: Update comments for specific cells in Excel files.
Contributing
Contributions are welcome! If you encounter any issues or have feature requests, please submit them through GitHub issues. Pull requests are also appreciated.
Before contributing, please read the Contributing Guidelines.
License
This project is licensed under the MIT License - see the LICENSE file for details.
This README provides clear and concise instructions on how to install the package, a quick start guide for basic usage, information on advanced usage, a feature list, guidelines for contributing, and license information. It aims to be user-friendly and informative for potential users and contributors.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file excel_modify-2.0.tar.gz.
File metadata
- Download URL: excel_modify-2.0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d31257c1454011583dfad1ed776d3f931ff873b8efa9c98d91f845cfbc3bbcf2
|
|
| MD5 |
ef6e5c5fe6038b41f1774aadb0951620
|
|
| BLAKE2b-256 |
462ffd42fc3ee0ab8858a7c43e4d3be47903dcbeb18a454e50e4715d62510f0a
|
File details
Details for the file excel_modify-2.0-py3-none-any.whl.
File metadata
- Download URL: excel_modify-2.0-py3-none-any.whl
- Upload date:
- Size: 3.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
322f4936795c95d2d04ad44184910485f656584f10f924f0350b79eafadbcd35
|
|
| MD5 |
27b4766abc6f69055ada3351407561b7
|
|
| BLAKE2b-256 |
6079a9fd79ba46df7bd67a8e25744ee36945f4043601ac5b474df6d0f5cf328a
|