Actions Status MetaCPAN Release

NAME

diff2vba - generate VBA patch script from diff output

SYNOPSIS

optex -Mtextconv diff -u A.docx B.docx | diff2vba > patch.vba

greple -Mmsdoc -Msubst \
    --all-sample-dict --diff some.docx | diff2vba > patch.vba

VERSION

Version 1.00

DESCRIPTION

diff2vba is a command to generate VBA patch script from diff output.

OPTIONS

INSTALL

CPANMINUS

Install from CPAN

cpanm App::diff2vba

SEE ALSO

App::diff2vba, https://github.com/kaz-utashiro/App-diff2vba

App::Greple, https://github.com/kaz-utashiro/greple

App::Greple::msdoc, https://github.com/kaz-utashiro/greple-msdoc

App::Greple::subst, https://github.com/kaz-utashiro/greple-subst

App::optex::textconv, https://github.com/kaz-utashiro/optex-textconv

https://qiita.com/kaz-utashiro/items/06c60843213b0f024df7, https://qiita.com/kaz-utashiro/items/85add653a71a7e01c415

AUTHOR

Kazumasa Utashiro

LICENSE

Copyright 2021-2024 Kazumasa Utashiro.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.