{"id":16105763,"url":"https://github.com/devlights/grep-xlsx","last_synced_at":"2025-04-06T03:13:17.598Z","repository":{"id":257538455,"uuid":"852598128","full_name":"devlights/grep-xlsx","owner":"devlights","description":"指定ディレクトリの下に存在する MS EXCEL ファイル (*.xlsx) をGREPコマンドのように検索します。","archived":false,"fork":false,"pushed_at":"2024-09-05T05:01:43.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T08:58:21.897Z","etag":null,"topics":["excel","go","golang","grep","grep-like","msoffice","ole"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devlights.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-05T04:55:45.000Z","updated_at":"2024-09-05T05:03:51.000Z","dependencies_parsed_at":"2024-09-17T09:28:03.125Z","dependency_job_id":null,"html_url":"https://github.com/devlights/grep-xlsx","commit_stats":null,"previous_names":["devlights/grep-xlsx"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgrep-xlsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgrep-xlsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgrep-xlsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgrep-xlsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlights","download_url":"https://codeload.github.com/devlights/grep-xlsx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427012,"owners_count":20937214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["excel","go","golang","grep","grep-like","msoffice","ole"],"created_at":"2024-10-09T19:10:33.148Z","updated_at":"2025-04-06T03:13:17.577Z","avatar_url":"https://github.com/devlights.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# これは何？\n\n指定ディレクトリの下に存在する MS EXCEL ファイル (*.xlsx) をGREPコマンドのように検索します。\n\n対象のEXCELファイルが存在していて、どこに書いてあるのかが分からない時などに良かったらご利用ください。\n\nWindowsのみで動作します。\n\n## インストール\n\n```sh\ngo install github.com/devlights/grep-xlsx/cmd/grep-xlsx@latest\n```\n\n## 使い方\n\n```sh\n$ ./grep-xlsx.exe -h\nUsage of ./grep-xlsx.exe:\n  -debug\n        debug mode\n  -dir string\n        directory path (default \".\")\n  -json\n        output as JSON\n  -only-hit\n        show ONLY HIT (default true)\n  -text string\n        search text\n  -verbose\n        verbose mode\n```\n\nヒットした文書のパスが知りたい場合は以下のようにします。\n\n```sh\n$ grep-xlsx.exe -dir ディレクトリパス -text \"検索文字列(ワイルドカード利用可)\"\n```\n\nヒットした箇所も見たい場合は ```-verbose``` オプションを付与するとみることが出来ます。\n\n```sh\n$ ./grep-xlsx.exe -dir ~/path/to/documents -text \"データベース*サイズ\" -verbose  \n```\n\n結果をjsonで出力したい場合は ```-json``` オプションを付与します。\n\n```sh\n$ ./grep-xlsx.exe -dir ~/path/to/documents -text \"データベース*サイズ\" -verbose -json\n```\n\n## ビルド方法\n\n[Task](https://taskfile.dev/#/) を使っています。詳細は [Taskfile.yml](./Taskfile.yml) を参照ください。\n\n```sh\n$ task build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlights%2Fgrep-xlsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlights%2Fgrep-xlsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlights%2Fgrep-xlsx/lists"}