I am trying to locate a column name in excel and i am using the “find”
method. But it seems to be doing a partial match (instead of whole word
match).
I have two columns in my excel “ParentOrgId” and “OrgId” , when i search
for “OrgId” it returns the “ParentOrgId” . How can i make it do a whole
word match so that it returns “OrgId”.
Though it’s too late for the reply, It could help others in future:
With reference to Ruby on Windows: excel
→
Loading the Win32OLE Constants section, I could work this out as
follows: