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

Issues in Preserving Formulas and Formats in Excel Files Using openpyxl #56

Open
NastaranAhadian opened this issue Jun 10, 2024 · 1 comment

Comments

@NastaranAhadian
Copy link

Problem Description:

When using the openpyxl library to process Excel files, we encounter issues in preserving existing formulas and formats. These problems occur during sheet deletion, number entry, and even reading data in read-only mode.

Steps to Reproduce the Problems:

1.	Sheet Deletion Issue:
•	Open an Excel file with specific formulas and formats.
•	Delete a sheet using openpyxl.
•	Save the file.
•	Open the new file and notice changes in formulas and formats.
2.	Number Entry Issue:
•	Open an Excel file with specific formulas and formats.
•	Enter new numbers in the file.
•	Save the file.
•	Open the new file and notice changes in formulas and formats.
3.	Read-Only Mode Issue:
•	Open an Excel file in read-only mode.
•	Attempt to read data.
•	Notice issues accessing tables and data.

Expected Outcome:

Formulas and formats in the Excel file should remain unchanged.

Current Outcome:

Formulas and formats in the Excel file are altered or lost.

Environment Used:

•	openpyxl library
•	Version: [Specify the version used]

Suggestions and Requests:

1.	Investigate and fix the openpyxl library to accurately preserve formulas and formats.
2.	Provide alternative solutions for maintaining data integrity.

Contact Information:

[email protected]

@NastaranAhadian
Copy link
Author

im still waiting for your reply

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

No branches or pull requests

1 participant