You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm searching through a very big amount of files. Some files are encrypted with a password so give an error in the output. But 99% isn't. When I search with xlsxgrep -ri "PATTERN" . or xlsxgrep -riH "PATTERN" . the output contain matches. When I search with xlsxgrep -ril "PATTERN" . through the exact same files my output contain no matches. I tried it 5 times in a row
The text was updated successfully, but these errors were encountered:
OS: Ubuntu 22.04
python: 3.10
pip: 22.3.1
xlsxgrep: 0.0.28
I'm searching through a very big amount of files. Some files are encrypted with a password so give an error in the output. But 99% isn't. When I search with
xlsxgrep -ri "PATTERN" .
orxlsxgrep -riH "PATTERN" .
the output contain matches. When I search withxlsxgrep -ril "PATTERN" .
through the exact same files my output contain no matches. I tried it 5 times in a rowThe text was updated successfully, but these errors were encountered: