Skip to content

Commit af18fd3

Browse files
committed
Preformat unified diff description for readability.
1 parent fce32ee commit af18fd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,17 +224,23 @@ Excel files xxx.xlsx and yyy.xlsx match
224224
## Unified Diff output format
225225
* Diffs are reported in the "unified diff" style, with no surrounding context (_i.e._, a la `diff -U0`).
226226
* Each sheet containing a diff or an extra cell begins with a header as follows:
227+
<pre>
227228
--<FileName1>!<SheetName>
228229
++<FileName2>!<SheetName>
230+
</pre>
229231
* Each row containing a diff or an extra cell begins with a line that identifies the specific cell range as follows:
232+
<pre>
230233
@@ <Row><ColumnM>,<Row><ColumnN> <Row><ColumnM>,<Row><ColumnN> @@
234+
</pre>
231235
* Each diff or extra cell is reported as follows:
236+
<pre>
232237
-<ColumnMValue1>
233238
-...
234239
-<ColumnNValue1>
235240
+<ColumnMValue2>
236241
+...
237242
+<ColumnNValue2>
243+
</pre>
238244
* There is no summary, and if there are no diffs and no extra cells, the output is empty.
239245

240246
### Examples

0 commit comments

Comments
 (0)