1.1.0 • Published 3 years ago

excel-diff-yu v1.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

excel-diff-yu

excel-diff-yu

Install

npm istall excel-diff-yu

Usage

const { ExcelDiffYu } = require("excel-diff-yu");

ExcelDiffYu({ pathA: "test_a.xlsx", pathB: "test_b.xlsx" });

options

keytypedefaultsummary
pathAstringnullA excel path.
pathBstringnullB excel path.
outputPathstringA excel pathExcel compares the result path.
1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago