Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automation in excel files #372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gitarshmah
Copy link

Description

A small Python application will take an Excel file (.xlsx) as input, allowing users to specify which rows and columns to update. The application will then modify the specified cells based on user input or predefined rules. Additionally, it will analyze the data to create a visually appealing graph (e.g., bar chart, line chart, or pie chart) that highlights key trends or insights. The updated data and graph will be saved to a new Excel sheet within the same file, preserving the original data while adding the enhancements to a new tab. The application will use popular libraries like pandas for data manipulation and openpyxl for creating charts and managing Excel files."

[Arshmah Saeed]

Copy link
Collaborator

@hasan-py hasan-py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the readme instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants