range issue #19

Closed
opened 2025-11-12 22:17:01 +00:00 by Oliver · 2 comments
Owner

if an equation references a cell that is the output of a range it doesn't work. Here C0 would fail to evaluate:

A B C
2 =sum(A:A) =B0*2
1
if an equation references a cell that is the output of a range it doesn't work. Here C0 would fail to evaluate: | A | B | C | | --- | --- | --- | | 2| =sum(A:A) | =B0*2 | | 1 | | |
Oliver referenced this issue from a commit 2025-11-12 22:18:51 +00:00
Author
Owner

probably because the result of the range isn't set in the get_value function

probably because the result of the range isn't set in the get_value function
Author
Owner

so therefor it's treated as a string or something

so therefor it's treated as a string or something
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Oliver/neoscim#19
No description provided.