# excel-compare を Homebrew でインストール

excel-compare のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:excel-compare
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install excel-compare
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:excel-compare
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.7.0
- **ソース概要:** Command-line tool (and API) for diffing Excel Workbooks
- **ホームページ:** <https://github.com/na-ka-na/ExcelCompare>
- **リポジトリ:** <https://github.com/na-ka-na/ExcelCompare>
- **最終更新:** 2026-06-22T14:03:17-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- excel_cmp (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.7.0
## プロジェクトの歴史と使われ方

ExcelCompare is a Java command-line tool and API-oriented project for diffing Excel and OpenDocument spreadsheets.

### プロジェクトの歴史

The GitHub repository was created on 2012-06-30, and release 0.3 was published on 2013-12-13. The README describes it as a CLI for diffing Excel and ODS workbooks, built on Apache POI and OdfToolkit.

### 採用の歴史

ExcelCompare found a practical niche among developers who need spreadsheet diffs in shells, scripts, and version-control workflows. The README explicitly documents macOS installation via Homebrew and notes packaged shell and batch scripts.

The project has remained recognizable enough for Homebrew packaging and GitHub issue-based maintenance, even though the core use case is narrow.

### 使われ方

The excel_cmp command compares two workbook files and exits 0 when workbooks match or 1 when they differ. It reports differing and extra cells, supports xls, xlsx, xlsm, and ods files, and can ignore sheets, rows, columns, or cell ranges independently for each input.

The README also documents unified-diff output and using /dev/null or Windows NUL as an empty file, which makes the tool suitable for git diff-style workflows over spreadsheets.

### パッケージ好きにとっての重要性

ExcelCompare packages a messy office-document problem into a scriptable Unix-style CLI with deterministic exit codes. That makes it useful in CI and review workflows where binary spreadsheet files otherwise resist normal diff tools.

### タイムライン

- 2012: GitHub repository created.
- 2013: Release 0.3 published.
- Later README versions: Homebrew installation, ODS support, ignore rules, and unified-diff output documented.

### Related projects

- The README cites Apache POI for Excel parsing and OdfToolkit for OpenDocument spreadsheet parsing.

### ソース

- <https://github.com/na-ka-na/ExcelCompare>
- <https://raw.githubusercontent.com/na-ka-na/ExcelCompare/master/README.md>
- <https://api.github.com/repos/na-ka-na/ExcelCompare>
- <https://api.github.com/repos/na-ka-na/ExcelCompare/releases?per_page=100>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/excel-compare.yml](https://github.com/mxcl/pkgdb/blob/main/combined/excel-compare.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
