Tag : powershell

`I have below code to compare files inside zip folder. The code works fine for .csv, .xml. I have problem with .xlsx. The zip folder has .xlsx file which is system generated. By naked eye the content of excel look same but the Get-Content and Compare-Object identify them as different. The code works fine when I copy same file and compare. Any help is appreciated. ..

Read more