Simple Creation of "Standard Csv" (right formatted) from Excel worksheets #1290
manuel-sperrle
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Are you asking for the docs on the style? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Creation of "standard csv" files gets real ugly using regular Excel UI
e.g. : German User -> Excels Delimiter of choice = ";"
Import-Excel made life much easier there - a simple
Import-Excel -Path C:\Excel.xlsx | ConvertTo-Csv -NoTypeInformation
Beta Was this translation helpful? Give feedback.
All reactions