|
Hi, I would like to compare two excel files and I would like to show only the highlighted differences. Then, in a next step, I would like to export the output on the right side (the newer Excel file version; the other one is always from the past month). I´m using the Compare Excel Plugin. Is there a way to achieve that? |
Answered by
sdottaka
Mar 4, 2022
Replies: 1 comment 4 replies
|
If you set the Diff Context to 0 Lines as shown below, only the differences will be displayed. In this state, focus on the right pane, press Ctrl+A and then Ctrl+C to copy only the differences to the clipboard. This can then be pasted into a text editor and saved. You can also output the differences to a file by selecting the "Tools → Generate Report" or "Generate Patch" menu item. |
4 replies
Answer selected by
Tech4Ever
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


If you set the Diff Context to 0 Lines as shown below, only the differences will be displayed.
In this state, focus on the right pane, press Ctrl+A and then Ctrl+C to copy only the differences to the clipboard. This can then be pasted into a text editor and saved.
You can also output the differences to a file by selecting the "Tools → Generate Report" or "Generate Patch" menu item.