nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add API for SearchText for xlsx,xls

softboy99 opened this issue · comments

NPOI Version Used

2.7.0

File Type

  • XLSX
  • XLS

Use Case

Description

Add API for SearchText for xlsx,xls

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

Input is the string, output is the ICell Range Object

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.

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