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
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
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
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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.