Skip to main content

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

  1. Import the ExcelMode class from the excel_modify package.
  2. Initialize ExcelMode with the path to your Excel file.
  3. Use the set_comment method to update the comment for a specific cell.
  4. Save the changes using the save method.
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

excel_modify-1.6.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

excel_modify-1.6-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page