You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This issue is unique.
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 becomeXFD
.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
The text was updated successfully, but these errors were encountered: