-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
some columns get a wrong formula when imported from a xls file #1570
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
oleibman
added a commit
to oleibman/PhpSpreadsheet
that referenced
this issue
Aug 13, 2024
This supersedes PR PHPOffice#607 by @christian-forgacs, who deserves all the credit for reporting the problem and devising the solution. The PR went stale in 2018, and it is just easier to resubmit a clean version rather than clean up the old one. Among the suggestions in the PR was that you should try to create a spreadsheet from scratch to demonstrate the problem rather than supply one. However, my attempts to match the failing spreadsheet do not have a problem when they are read. So, a supplied spreadsheet it is. Fix PHPOffice#1570. No sample spreadsheet was supplied with that issue, but I am almost certain that this is another example of the same problem. I am removing the stale label from that issue; it will be closed properly when this PR is merged.
11 tasks
Should be fixed by PR #4140. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is:
What is the expected behavior?
when i imported data from a normal xls file, some columns get a wrong formula(not only wrong calculated result but also wrong formula expression) :
this is the write formula in the original xls file:
What is the current behavior?
this is what it got after imported with phpspreadsheet
but some other formula was just right, I dont why. pls help me out.
What are the steps to reproduce?
Which versions of PhpSpreadsheet and PHP are affected?
latest 1.14.0
The text was updated successfully, but these errors were encountered: