How to Remove the column heading while fetching the excel sheet data through the PowerShell

17 Views Asked by At

While fetching the data from the excel through the PowerShell, along with that we are getting the column heading and datatype is "PSCustomObject". enter image description here enter image description here enter image description here enter image description here

so can any one help to remove the column heading as well as changing the datatype from PSCustomObject to String.

0

There are 0 best solutions below