excel

powershellでExcelファイル比較

powershellを使ってExcelファイルを比較する方法。オブジェクトとかは出来ないけど、同名シートをセル単位で比較して、異なるセルに色をつける。 # Diff excel file. param($aExcelPath = $(Read-Host "Enter one excel path"), $bExcelPath = $(Read-Host "…