Skip to content

LOG10 function is not a cell func #24

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

Merged
merged 1 commit into from
Dec 26, 2024
Merged

LOG10 function is not a cell func #24

merged 1 commit into from
Dec 26, 2024

Conversation

jahav
Copy link
Member

@jahav jahav commented Dec 26, 2024

Parser accepts cell references as functions, e.g. $A$1(45). When formula is converted between A1 and R1C1, make sure the LOG10 is not interpreted as a cell function. That would cause all sorts of problems with shifting or deleting areas.

Example: LOG10 would be turned to R1C1, the R1C1 reference would shift and then be turned back. Except not as a LOG10, but as LOG11.

Parser accepts cell references as functions, e.g. $A$1(45). When formula
is converted between A1 and R1C1, make sure the LOG10 is *not*
interpreted as a cell function. That would  cause all sorts of problems
with shifting or deleting areas.

Example: LOG10 would be turned to R1C1, the reference would shift
and then be turned back.
@jahav jahav added this to the 2.0.0 milestone Dec 26, 2024
@jahav jahav merged commit 58b8f86 into develop Dec 26, 2024
1 check passed
@jahav jahav deleted the log10-not-cell-fn branch December 26, 2024 21:03
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.

1 participant