File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -224,17 +224,23 @@ Excel files xxx.xlsx and yyy.xlsx match
224
224
## Unified Diff output format
225
225
* Diffs are reported in the "unified diff" style, with no surrounding context (_ i.e._ , a la ` diff -U0 ` ).
226
226
* Each sheet containing a diff or an extra cell begins with a header as follows:
227
+ <pre >
227
228
--<FileName1 >!<SheetName >
228
229
++<FileName2 >!<SheetName >
230
+ </pre >
229
231
* Each row containing a diff or an extra cell begins with a line that identifies the specific cell range as follows:
232
+ <pre >
230
233
@@ <Row ><ColumnM >,<Row ><ColumnN > <Row ><ColumnM >,<Row ><ColumnN > @@
234
+ </pre >
231
235
* Each diff or extra cell is reported as follows:
236
+ <pre >
232
237
-<ColumnMValue1 >
233
238
-...
234
239
-<ColumnNValue1 >
235
240
+<ColumnMValue2 >
236
241
+...
237
242
+<ColumnNValue2 >
243
+ </pre >
238
244
* There is no summary, and if there are no diffs and no extra cells, the output is empty.
239
245
240
246
### Examples
You can’t perform that action at this time.
0 commit comments