Hi team,
In a sheet, i need to find the count of a word for example, i need to find how many times the word “Description” is there in a worksheet?
like we do in word doc,
int iReplace = doc.getRange().replace(sWord, sWord, new FindReplaceOptions());
iReplace will return the count of words in Document.
same like i am looking in excel .
Thanks,
Naveena