quick-diff-me 1.2.2

Quick Diff (unified diff) on Microsoft Excel viewer as Iced GUI app
Documentation
# Quick Diff ME

[![crates.io](https://img.shields.io/crates/v/quick-diff-me?label=latest)](https://crates.io/crates/quick-diff-me)
[![Documentation](https://docs.rs/quick-diff-me/badge.svg?version=latest)](https://docs.rs/quick-diff-me)
[![Dependency Status](https://deps.rs/crate/quick-diff-me/latest/status.svg)](https://deps.rs/crate/quick-diff-me)
[![Releases Workflow](https://github.com/nabbisen/quick-diff-me/actions/workflows/release-executable.yaml/badge.svg)](https://github.com/nabbisen/quick-diff-me/actions/workflows/release-executable.yaml)
[![License](https://img.shields.io/github/license/nabbisen/quick-diff-me)](https://github.com/nabbisen/quick-diff-me/blob/main/LICENSE)

## Summary

Quick diff viewer to compare Microsoft Excel files. Difference about sheets (added or removed), cell values and cell formulas will be shown in Unified Format. Written in Rust and dependent on [sheets-diff-rs](https://github.com/nabbisen/sheets-diff-rs) as diff collector.    
Executables supporting cross-platform are available in:

- [Assets]https://github.com/nabbisen/quick-diff-me/releases/latest in Releases

Microsoft Excel ファイル間の差分簡易ビュアーです。シート増減 / セル値 / 数式 の差分を、Unified Diff 形式で確認できます。 Rust による実装で、差分取得に [sheets-diff-rs](https://github.com/nabbisen/sheets-diff-rs) を使用しています。    
クロスプラットフォームサポートの実行ファイルをこちらから取得できます:

- Releases の [Assets]https://github.com/nabbisen/quick-diff-me/releases/latest

### Screenshot

![screenshot.png](screenshot.png)