This is not a header issue. I have a file that has the first 2 rows have the same info.
But I am getting a The member “935 Ocean Shore Blvd ” is already present. Error.
How do I fix this?
I am running $xl = Import-CSV -Path $csvfile -Delimiter ',' | Export-Excel $xlsxfile -Autosize -PassThru $sheet = $xl.Workbook.Worksheets["Sheet1"] Close-ExcelPackage $xl
Is there any other way to do this?