binarycontent on xlsx

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 252
Joined: Wed Jan 09, 2013 9:06 am

binarycontent on xlsx

Post by w64bit »

I tried to search for xlsx sheet names.

ext:xlsx binarycontent:Sheet1
all OK

If I create a new sheet abc
ext:xlsx binarycontent:abc will not find it
tuska
Posts: 1052
Joined: Thu Jul 13, 2017 9:14 am

Re: binarycontent on xlsx

Post by tuska »

Try this: Example with Filter or Bookmark, e.g.

Code: Select all

ext:xlsx mycontent:"sheet name"
________________________________________________
Microsoft® Excel® LTSC MSO (16.0.14332.20438) 64-Bit,
Part of Microsoft Office LTSC Professional Plus 2021
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: binarycontent on xlsx

Post by void »

Even though sheet2 is named abc, it is still reference by: xl/worksheets/sheet2.xml

I have put on my TODO list to add support for searching sheet names.
Post Reply