Acme-CPANModules-DiffingStuffs

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Spreadsheet files

    diff-xls-text (from App::DiffXlsText) diffs two XLS/XLSX/ODS workbooks
    by converting each worksheet in each workbook as files in the workbook's
    directory and then diff-ing the two workbook directories.

    Structured data

    See separated list: Acme::CPANModules::DiffingStructuredData.

    Word processor documents

    diff-doc-text (from App::DiffDocText) diffs two DOC/DOCX/ODT documents
    by converting the documents to plaintext and diff-ing the plaintext
    files.

ACME::CPANMODULES ENTRIES
    *   App::DiffTarballs - Diff contents of two tarballs

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    *   App::DiffCPANReleases - Diff contents of two CPAN releases

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    *   DBIx::Diff::Schema - Compare schema of two DBI databases

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    *   App::DiffDocText - Diff the text of two Office word-processor
        documents (.doc, .docx, .odt, etc)

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    *   App::DiffXlsText - Diff the text of two Office spreadsheets (.ods,
        .xls, .xlsx) as two directories of CSV files

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    *   Acme::CPANModules::DiffingStructuredData

lib/Acme/CPANModules/DiffingStuffs.pm  view on Meta::CPAN

<prog:diff-xls-text> (from <pm:App::DiffXlsText>) diffs two XLS/XLSX/ODS
workbooks by converting each worksheet in each workbook as files in the
workbook's directory and then diff-ing the two workbook directories.


**Structured data**

See separated list: <pm:Acme::CPANModules::DiffingStructuredData>.


**Word processor documents**

<prog:diff-doc-text> (from <pm:App::DiffDocText>) diffs two DOC/DOCX/ODT
documents by converting the documents to plaintext and diff-ing the plaintext
files.

_

our $LIST = {
    summary => 'List of modules/applications to diff various stuffs',
    description => $text,

lib/Acme/CPANModules/DiffingStuffs.pm  view on Meta::CPAN

B<Spreadsheet files>

L<diff-xls-text> (from L<App::DiffXlsText>) diffs two XLS/XLSX/ODS
workbooks by converting each worksheet in each workbook as files in the
workbook's directory and then diff-ing the two workbook directories.

B<Structured data>

See separated list: L<Acme::CPANModules::DiffingStructuredData>.

B<Word processor documents>

L<diff-doc-text> (from L<App::DiffDocText>) diffs two DOC/DOCX/ODT
documents by converting the documents to plaintext and diff-ing the plaintext
files.

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<App::DiffTarballs> - Diff contents of two tarballs

lib/Acme/CPANModules/DiffingStuffs.pm  view on Meta::CPAN

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::DiffCPANReleases> - Diff contents of two CPAN releases

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<DBIx::Diff::Schema> - Compare schema of two DBI databases

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::DiffDocText> - Diff the text of two Office word-processor documents (.doc, .docx, .odt, etc)

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::DiffXlsText> - Diff the text of two Office spreadsheets (.ods, .xls, .xlsx) as two directories of CSV files

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<Acme::CPANModules::DiffingStructuredData>

=back



( run in 0.247 second using v1.01-cache-2.11-cpan-8d75d55dd25 )