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

Implement LookUp function #1337

Open
1 task
rmfg91 opened this issue Jan 20, 2020 · 2 comments
Open
1 task

Implement LookUp function #1337

rmfg91 opened this issue Jan 20, 2020 · 2 comments

Comments

@rmfg91
Copy link

rmfg91 commented Jan 20, 2020

Read and complete the full issue template

Do you want to request a feature or report a bug?

  • [] Bug
  • [x ] Feature

If you are logging a possible bug or feature request, please test with the latest development build first.

Version of ClosedXML

v 0.94.2

What is the current behavior?

Reading an Excel cell value wich contains lookup function throws a CellReferenceException since the function lookup is not implemented.

What is the expected behavior or new feature?

I was wondering if anyone was planning on developing that function. I am fairly new to programming and would take me quite some time to implement it.

Did this work in previous versions of our tool? Which versions?

No

Reproducibility

This is an important section. Read it carefully. Failure to do so will cause a 'RTFM' comment.

Without a code sample, it is unlikely that your issue will get attention. Don't be lazy. Do the effort and assist the developers to reproduce your problem. Code samples should be minimal complete and verifiable. Sample spreadsheets should be attached whenever applicable. Remove sensitive information.

Code to reproduce problem:

public void Main()
{
    // Code standards:
    // - Fully runnable. I should be able to copy and paste this code into a 
    //   console application and run it without having to edit it much.
    // - Declare all your variables (this follows from the previous point)
    // - The code should be a minimal code sample to illustrate issue. The code 
    //   samples on the wiki are good examples of the terseness that I want. Don't
    //   post your full application.
}
  • I attached a sample spreadsheet. (You can drag files on to this issue)
@igitur
Copy link
Member

igitur commented Feb 10, 2020

Using the LOOKUP function is discouraged, as it requires the data to be sorted, but I will try to implement something.

Please provide real-world examples.

@jahav jahav added this to the v0.100 milestone Dec 22, 2022
@jahav
Copy link
Member

jahav commented Dec 22, 2022

Once the LOOKUP is implemented, the #585 will be also working. Since VLOOKUP has been implemented, it should be pretty simple to reuse bisection logic.

@jahav jahav modified the milestones: v0.100, v0.101 Jan 4, 2023
@jahav jahav modified the milestones: v0.101, v0.102 Apr 1, 2023
@jahav jahav modified the milestones: v0.102, v0.103 Jun 27, 2023
@jahav jahav modified the milestones: v0.103, v0.104 Oct 7, 2023
@jahav jahav removed this from the v0.104 milestone Feb 4, 2024
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

No branches or pull requests

3 participants