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
binarycontent on xlsx
Re: binarycontent on xlsx
Try this: Example with Filter or Bookmark, e.g.
________________________________________________
Microsoft® Excel® LTSC MSO (16.0.14332.20438) 64-Bit,
Part of Microsoft Office LTSC Professional Plus 2021
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
Re: binarycontent on xlsx
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.
I have put on my TODO list to add support for searching sheet names.