I'm exporting data from PnP PowerShell to a csv file:
Export-Csv -NoTypeInformation -Path "C:\Users\wxmuldom\Documents\Data\TELLDocuments.csv"
There doesn't seem to be any way that I can control the order of the columns. Is there a way to control the column order? Is it possible to export to an Excel Template? Thanks!