Skip to content

Conversation

andreasDalsgaard
Copy link

Adding support for resetting individual sheets
Various changes related to named references
Changes for references optimized away (zero/nil)
Prevent unbounded recursion for hlookup's in same region

@tamc
Copy link
Owner

tamc commented Jan 18, 2019

Thank you @andreasDalsgaard - this looks really helpful. I will write some tests before I merge to make sure I understand all the changes. With best wishes, Tom

Sent with GitHawk

return array[((((int) row_number_v.number)-1)*columns)+(i-1)];
} else {
last_good_match = i;
if(lookup_value_v.type == ExcelString && possible_match_v.type == ExcelString)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andreasDalsgaard do you have an example spreadsheet where this is needed? I've been writing some tests of HLOOKUP and I haven't yet managed to come up with one that matches Excel, but needs this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, for the long delay in responding. This was done as part of a consulting task and released with permission from the client. However, the client owns the spreadsheets and cannot be shared. I also don't have access to the spreadsheets files any more. I will try ask them if we can provide an example.

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.

2 participants