Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Thu Jan 24, 2019 2:38 am

Hello.

Let's say, cell D40 contain "Limited" and when i use function "sheet.FindString("Limit", false, false);" and result returned D40, but i want is null because content is not match. So how i can do it

Regards

thao.le
 
Posts: 6
Joined: Thu Jan 24, 2019 2:19 am

Thu Jan 24, 2019 10:03 am

Hi,

Thanks for your inquiry.
The method in the below code could achieve your requirement, but there is a problem in it at present. I have posted it to our Dev team for investigation. If there is any update, we will let you know. Apologize for the inconvenience caused.
Code: Select all
CellRange[] cell = workbook.Worksheets.FindAll("Limit", FindType.Text, ExcelFindOptions.MatchEntireCellContent);


Sincerely,
Anna
E-iceblue support team
User avatar

Anna.Zhang
 
Posts: 73
Joined: Thu Sep 27, 2018 3:20 am

Thu Feb 21, 2019 8:09 am

Hi,

Thanks for your patient waiting.
Glad to inform you that your issue is solved in Spire.XLS Pack(Hotfix) Version:9.2.8. Please download it from the following link.
Website link: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget link: https://www.nuget.org/packages/Spire.XLS/

Sincerely,
Anna
E-iceblue support team
User avatar

Anna.Zhang
 
Posts: 73
Joined: Thu Sep 27, 2018 3:20 am

Mon Mar 04, 2019 8:06 am

Hi,

Greetings from E-iceblue.
Have you tried the hotfix?
Your feedback would be greatly appreciated!

Sincerely,
Anna
E-iceblue support team
User avatar

Anna.Zhang
 
Posts: 73
Joined: Thu Sep 27, 2018 3:20 am

Return to Spire.XLS