1.1.0 • Published 5 years ago
excel-diff-yu v1.1.0
excel-diff-yu
excel-diff-yu
Install
npm istall excel-diff-yuUsage
const { ExcelDiffYu } = require("excel-diff-yu");
ExcelDiffYu({ pathA: "test_a.xlsx", pathB: "test_b.xlsx" });options
| key | type | default | summary |
|---|---|---|---|
| pathA | string | null | A excel path. |
| pathB | string | null | B excel path. |
| outputPath | string | A excel path | Excel compares the result path. |