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

xls to xlsx formula error #3063

Closed
1 task done
liuwangchao opened this issue Dec 20, 2024 · 2 comments
Closed
1 task done

xls to xlsx formula error #3063

liuwangchao opened this issue Dec 20, 2024 · 2 comments
Assignees
Labels
waiting feedback Issues that we waiting to be answered from author of issue

Comments

@liuwangchao
Copy link

liuwangchao commented Dec 20, 2024

This issue is unique.

  • I have used the search tool and did not find an issue describing my bug.

Operating System of DocumentServer

Docker

Version information

7.5.1

Expected Behavior

After converting the xls file to an xlsx file, I want the formulas in the original xlsx file to be the same as the formulas in the xls file.

Actual Behavior

The formula =IF(ISBLANK(E2),H2,E2) in the original xls file becomes =IF(ISBLANK(XFD2),XFD2,XFD2), i.e., the number of columns in the coordinates in the formula has changed, and they all become XFD.

Reproduction Steps

Trying to convert this xls file I provided to xlsx will see the wrong formulas in columns I and J.

Additional information

error file 241220.xls

@Dmitry-Kov
Copy link

Hello @liuwangchao,

Thank you for providing detailed information. This issue does not occur in the latest versions. I suggest you update to the current version.

@Rita-Bubnova Rita-Bubnova added the waiting feedback Issues that we waiting to be answered from author of issue label Dec 25, 2024
@liuwangchao
Copy link
Author

Hello @liuwangchao,

Thank you for providing detailed information. This issue does not occur in the latest versions. I suggest you update to the current version.

I update version 8.2.2 and found that this problem no longer exists, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting feedback Issues that we waiting to be answered from author of issue
Projects
None yet
Development

No branches or pull requests

3 participants