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

Add API for SearchText for xlsx,xls #1323

Closed
2 tasks
softboy99 opened this issue Apr 27, 2024 · 4 comments
Closed
2 tasks

Add API for SearchText for xlsx,xls #1323

softboy99 opened this issue Apr 27, 2024 · 4 comments

Comments

@softboy99
Copy link

NPOI Version Used

2.7.0

File Type

  • XLSX
  • XLS

Use Case

Description

Add API for SearchText for xlsx,xls

@tonyqus
Copy link
Member

tonyqus commented Apr 27, 2024

Please clarify the input and output of this API. And PR contribution are welcomed.

@softboy99
Copy link
Author

Input is the string, output is the ICell Range Object

@tonyqus
Copy link
Member

tonyqus commented Apr 29, 2024

Iterating the rows and cells with NPOI is very easy. I don't think it worths creating a SearchText method and returns the cells since the performance may not be so good if there are huge numbers of data.

@tonyqus tonyqus closed this as completed Apr 29, 2024
@softboy99
Copy link
Author

Hi @tonyqus
you can try, the performance is very slow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants