简体   繁体   中英

Powershell command to compare 2 excel tabs

谁能给我指出一个示例,在该示例中我们可以比较2个excel选项卡的内容,并使用PowerShell将结果写入第3个选项卡。

Pls check this link

You can get column with that link for compare string you can use

$a="soheil"
$b="hidd3n"
$a -eq $b
False

Very simple just read link and use object get excel and then compare them with each other

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM