Replies: 1 comment
-
Fixed this issue with commit 3782b0d. If you replace the C:\Program Files\WinMerge\MergePlugins\CompareMSExcelFiles.sct file with the following files, it will work as expected. https://raw.githubusercontent.com/WinMerge/winmerge/master/Plugins/dlls/CompareMSExcelFiles.sct Thank you for the report. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that WinMerge inconsistently applies date formats to text (eg in csv files) at least for the format aa-bb-cccc which implies the date format dd-mm-yyyy or mm-dd-yyyy if so interpreted. WinMerge will interpret either format with a preference for mm-dd-yyyy and only use dd-mm-yyyy when the former is invalid. This is inconsistent behaviour.
I have created the following files to demonstrate:
If files 1 and 2 are compared in WinMerge, there are differences in the interpretation of implied date formats that are not apparent in the source files.
File 3 demonstrates how Excel modifies the contents of a csv file, which is unexpected.
Beta Was this translation helpful? Give feedback.
All reactions