-
Is it possible to format columns so it´s text? because I´m losing leading zero´s if it´s zipcodes that starts with 0. |
Beta Was this translation helpful? Give feedback.
Answered by
mtengmo
Aug 24, 2023
Replies: 1 comment
-
$HRCemployees | Export-excel "$file.xlsx" -NoNumberConversion * |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dfinke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$HRCemployees | Export-excel "$file.xlsx" -NoNumberConversion *
Solved it.