Open mondhs opened 3 years ago
Currently I use another approach use xlsx2csv. Based on https://stackoverflow.com/questions/20069976/setup-git-diff-for-special-file-types Idea
pip install xlsx2csv
[diff "xlsx2csv"]
textconv = xlsx2csv -a
*.xlsx diff=xlsx2csv
git diff HEAD~1 my_openl.xlsx
Provided plugin is great for online when Webstudio is running. It brings clickable html result that is great, but hard to do diff with tooling.
Please, provide ability webstudio or jar return also json(or csv or other text) of what changed.